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-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp154 AbbreviationsSet.FindNodeOrInsertPos(ID, InsertPos)) { in uniqueAbbreviation()
166 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp154 AbbreviationsSet.FindNodeOrInsertPos(ID, InsertPos)) { in uniqueAbbreviation()
166 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h712 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h140 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DDIE.h139 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1379 FoldingSet<DIEAbbrev> AbbreviationsSet; member in llvm::dsymutil::__anondabe43b60111::DwarfLinker
2332 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in AssignAbbrev()
2344 AbbreviationsSet.InsertNode(Abbreviations.back().get(), InsertToken); in AssignAbbrev()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp869 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev()
881 AbbreviationsSet.InsertNode(Abbreviations.back().get(), InsertToken); in assignAbbrev()