Home
last modified time | relevance | path

Searched refs:AbbreviationsSet (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp38 AbbreviationsSet.FindNodeOrInsertPos(ID, InsertPos)) { in assignAbbrevNumber()
50 AbbreviationsSet.InsertNode(New, InsertPos); in assignAbbrevNumber()
DDwarfFile.h44 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp155 AbbreviationsSet.FindNodeOrInsertPos(ID, InsertPos)) { in uniqueAbbreviation()
167 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h204 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
DDwarfDebug.cpp123 AbbreviationsSet(InitAbbreviationsSetSize), in DwarfDebug()
156 DIEAbbrev *InSet = AbbreviationsSet.GetOrInsertNode(&Abbrev); in assignAbbrevNumber()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.h427 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
DDwarfLinker.cpp904 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in AssignAbbrev()
916 AbbreviationsSet.InsertNode(Abbreviations.back().get(), InsertToken); in AssignAbbrev()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h140 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1379 FoldingSet<DIEAbbrev> AbbreviationsSet; member in llvm::dsymutil::__anond69ad1180111::DwarfLinker
2332 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in AssignAbbrev()
2344 AbbreviationsSet.InsertNode(Abbreviations.back().get(), InsertToken); in AssignAbbrev()