Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp148 AbbreviationsSet.FindNodeOrInsertPos(ID, InsertPos)) { in uniqueAbbreviation()
160 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h762 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h140 FoldingSet<DIEAbbrev> AbbreviationsSet; variable
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp920 DIEAbbrev *InSet = AbbreviationsSet.FindNodeOrInsertPos(ID, InsertToken); in assignAbbrev()
932 AbbreviationsSet.InsertNode(Abbreviations.back().get(), InsertToken); in assignAbbrev()