Searched refs:AbbreviationsSet (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 38 AbbreviationsSet.FindNodeOrInsertPos(ID, InsertPos)) { in assignAbbrevNumber() 50 AbbreviationsSet.InsertNode(New, InsertPos); in assignAbbrevNumber()
|
D | DwarfFile.h | 44 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 154 AbbreviationsSet.FindNodeOrInsertPos(ID, InsertPos)) { in uniqueAbbreviation() 166 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 154 AbbreviationsSet.FindNodeOrInsertPos(ID, InsertPos)) { in uniqueAbbreviation() 166 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinker.h | 712 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 140 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | DIE.h | 139 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1379 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/ |
D | DWARFLinker.cpp | 869 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev() 881 AbbreviationsSet.InsertNode(Abbreviations.back().get(), InsertToken); in assignAbbrev()
|