Home
last modified time | relevance | path

Searched defs:Abbrevs (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp35 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 DDWARFEmitterImpl.cpp124 emitAbbrevs(const SmallVector<std::unique_ptr<DIEAbbrev>> & Abbrevs,unsigned DwarfVersion) emitAbbrevs() argument
H A DDWARFLinkerUnit.cpp42 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs = getAbbreviations(); in emitAbbreviations() local
/llvm-project/clang-tools-extra/clang-doc/
H A DBitcodeWriter.h184 llvm::DenseMap<unsigned, unsigned> Abbrevs; variable
236 AbbreviationMap Abbrevs; variable
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h57 DIEAbbrevSet Abbrevs; global() variable
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp722 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 DBitstreamReader.h43 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
H A DBitstreamWriter.h84 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h763 emitDwarfAbbrevs(const T & Abbrevs) emitDwarfAbbrevs() argument
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h240 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable
H A DDWARFAcceleratorTable.h599 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; global() variable
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp211 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> & Abbrevs,unsigned DwarfVersion) emitAbbrevs() argument
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h139 std::vector<DebugNameAbbreviation> Abbrevs; global() member
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugInfoTest.cpp1877 const auto *Abbrevs = U->getAbbreviations(); global() local