Home
last modified time | relevance | path

Searched refs:getAbbreviations (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFTypeUnit.cpp38 if (!getAbbreviations()) in dump()
HDDWARFCompileUnit.cpp29 if (!getAbbreviations()) in dump()
HDDWARFDebugInfoEntry.cpp43 const auto *AbbrevSet = U.getAbbreviations(); in extractFast()
HDDWARFUnit.cpp1054 const DWARFAbbreviationDeclarationSet *DWARFUnit::getAbbreviations() const { in getAbbreviations() function in DWARFUnit
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerUnit.h69 const std::vector<std::unique_ptr<DIEAbbrev>> &getAbbreviations() const { in getAbbreviations() function
HDDWARFLinkerUnit.cpp42 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs = getAbbreviations(); in emitAbbreviations()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFUnit.h422 const DWARFAbbreviationDeclarationSet *getAbbreviations() const;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
HDDwarfTransformer.cpp600 CU->getAbbreviations(); in convert()