Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h111 SmallVector<Instruction*, 64> InstsWithTBAATag; variable
DLLParser.cpp208 for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++) in ValidateEndOfModule()
209 UpgradeInstWithTBAATag(InstsWithTBAATag[I]); in ValidateEndOfModule()
1745 InstsWithTBAATag.push_back(&Inst); in ParseInstructionMetadata()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp213 SmallVector<Instruction*, 64> InstsWithTBAATag; member in __anon01c39de90111::BitcodeReader
4336 InstsWithTBAATag.push_back(Inst); in parseMetadataAttachment()
5752 for (unsigned I = 0, E = InstsWithTBAATag.size(); I < E; I++) in materializeModule()
5753 UpgradeInstWithTBAATag(InstsWithTBAATag[I]); in materializeModule()