Home
last modified time | relevance | path

Searched refs:InstsWithTBAATag (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h106 SmallVector<Instruction*, 64> InstsWithTBAATag; variable
DLLParser.cpp53 for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++) in ValidateEndOfModule()
54 UpgradeInstWithTBAATag(InstsWithTBAATag[I]); in ValidateEndOfModule()
1511 InstsWithTBAATag.push_back(Inst); in ParseInstructionMetadata()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp156 SmallVector<Instruction*, 64> InstsWithTBAATag; member in __anonecb5182a0111::BitcodeReader
3246 InstsWithTBAATag.push_back(Inst); in ParseMetadataAttachment()
4420 for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++) in MaterializeModule()
4421 UpgradeInstWithTBAATag(InstsWithTBAATag[I]); in MaterializeModule()