Home
last modified time | relevance | path

Searched refs:InitID (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.h66 void InitID();
Dcpdf_creator.cpp765 InitID(); in Create()
769 void CPDF_Creator::InitID() { in InitID() function in CPDF_Creator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1741 if (unsigned InitID = Record[2]) in ParseModule() local
1742 GlobalInits.push_back(std::make_pair(NewGV, InitID-1)); in ParseModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2912 if (unsigned InitID = Record[2]) in parseGlobalVarRecord() local
2913 GlobalInits.push_back(std::make_pair(NewGV, InitID - 1)); in parseGlobalVarRecord()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3849 if (unsigned InitID = Record[2]) in parseModule() local
3850 GlobalInits.push_back(std::make_pair(NewGV, InitID-1)); in parseModule()