Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp29 if (!getAbbreviations()) in dump()
H A DDWARFTypeUnit.cpp38 if (!getAbbreviations()) in dump()
H A DDWARFDebugInfoEntry.cpp43 const auto *AbbrevSet = U.getAbbreviations(); in extractFast()
H A DDWARFUnit.cpp1054 const DWARFAbbreviationDeclarationSet *DWARFUnit::getAbbreviations() const { in getAbbreviations() function in DWARFUnit
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h69 const std::vector<std::unique_ptr<DIEAbbrev>> &getAbbreviations() const { in getAbbreviations() function
H A DDWARFLinkerUnit.cpp42 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs = getAbbreviations(); in emitAbbreviations()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h422 const DWARFAbbreviationDeclarationSet *getAbbreviations() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp600 CU->getAbbreviations(); in convert()