Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp35 llvm::DenseMap<unsigned, unsigned> Abbrevs; member in __anon9281f3de0111::AbbreviationMap
262 AbbreviationMap Abbrevs; member
431 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitBlockInfoBlock() local
516 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitMetaBlock() local
645 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitDiagnosticMessage() local
702 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitCodeContext() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp125 const SmallVector<std::unique_ptr<DIEAbbrev>> &Abbrevs, in emitAbbrevs()
H A DDWARFLinkerUnit.cpp42 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs = getAbbreviations(); in emitAbbreviations() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h57 DIEAbbrevSet Abbrevs; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp722 emitDebugNamesAbbrev(ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) { in emitDebugNamesAbbrev()
781 ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) { in getNonZeroDataSizesFor()
816 ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) { in emitDebugNamesEntryPool()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h240 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable
H A DDWARFAcceleratorTable.h599 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h766 template <typename T> void emitDwarfAbbrevs(const T &Abbrevs) const { in emitDwarfAbbrevs()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp212 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs, in emitAbbrevs()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h139 std::vector<DebugNameAbbreviation> Abbrevs; member