/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 35 llvm::DenseMap<unsigned, unsigned> Abbrevs; member in __anon90980ff10111::AbbreviationMap 262 AbbreviationMap Abbrevs; member 431 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitBlockInfoBlock() local 516 AbbreviationMap &Abbrevs = State->Abbrevs; EmitMetaBlock() local 645 AbbreviationMap &Abbrevs = State->Abbrevs; EmitDiagnosticMessage() local 702 AbbreviationMap &Abbrevs = State->Abbrevs; EmitCodeContext() local [all...] |
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFEmitterImpl.cpp | 124 emitAbbrevs(const SmallVector<std::unique_ptr<DIEAbbrev>> & Abbrevs,unsigned DwarfVersion) emitAbbrevs() argument
|
H A D | DWARFLinkerUnit.cpp | 42 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs = getAbbreviations(); in emitAbbreviations() local
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | BitcodeWriter.h | 184 llvm::DenseMap<unsigned, unsigned> Abbrevs; variable 236 AbbreviationMap Abbrevs; variable
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.h | 57 DIEAbbrevSet Abbrevs; global() variable
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 722 emitDebugNamesAbbrev(ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) emitDebugNamesAbbrev() argument 781 getNonZeroDataSizesFor(uint32_t AbbrevCode,ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) getNonZeroDataSizesFor() argument 816 emitDebugNamesEntryPool(bool IsLittleEndian,const DenseMap<uint32_t,std::vector<DWARFYAML::DebugNameEntry>> & StrpToEntries,ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) emitDebugNamesEntryPool() argument
|
/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamReader.h | 43 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
|
H A D | BitstreamWriter.h | 84 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 763 emitDwarfAbbrevs(const T & Abbrevs) emitDwarfAbbrevs() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 240 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable
|
H A D | DWARFAcceleratorTable.h | 599 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; global() variable
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 211 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> & Abbrevs,unsigned DwarfVersion) emitAbbrevs() argument
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 139 std::vector<DebugNameAbbreviation> Abbrevs; global() member
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoTest.cpp | 1877 const auto *Abbrevs = U->getAbbreviations(); global() local
|