Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDSerializedDiagnosticPrinter.cpp35 llvm::DenseMap<unsigned, unsigned> Abbrevs; member in __anon4afe3eb80111::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-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFEmitterImpl.cpp125 const SmallVector<std::unique_ptr<DIEAbbrev>> &Abbrevs, in emitAbbrevs()
HDDWARFLinkerUnit.cpp42 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs = getAbbreviations(); in emitAbbreviations() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfFile.h57 DIEAbbrevSet Abbrevs; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFEmitter.cpp722 emitDebugNamesAbbrev(ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) { in emitDebugNamesAbbrev()
781 ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) { in getNonZeroDataSizesFor()
816 ArrayRef<DWARFYAML::DebugNameAbbreviation> Abbrevs) { in emitDebugNamesEntryPool()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
HDBitstreamReader.h43 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
HDBitstreamWriter.h84 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFUnit.h240 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable
HDDWARFAcceleratorTable.h599 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h766 template <typename T> void emitDwarfAbbrevs(const T &Abbrevs) const { in emitDwarfAbbrevs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp212 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs, in emitAbbrevs()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDDWARFYAML.h139 std::vector<DebugNameAbbreviation> Abbrevs; member