Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp36 llvm::DenseMap<unsigned, unsigned> Abbrevs; member in __anon727c24000111::AbbreviationMap
275 AbbreviationMap Abbrevs; member
447 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitBlockInfoBlock() local
532 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitMetaBlock() local
655 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitDiagnosticMessage() local
716 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitCodeContext() local
/external/llvm-project/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp35 llvm::DenseMap<unsigned, unsigned> Abbrevs; member in __anon550bf4ce0111::AbbreviationMap
265 AbbreviationMap Abbrevs; member
434 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitBlockInfoBlock() local
519 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitMetaBlock() local
648 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitDiagnosticMessage() local
705 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitCodeContext() local
/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.h165 llvm::DenseMap<unsigned, unsigned> Abbrevs; variable
216 AbbreviationMap Abbrevs; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h55 DIEAbbrevSet Abbrevs; variable
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h56 DIEAbbrevSet Abbrevs; variable
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h123 const DWARFAbbreviationDeclarationSet *Abbrevs; variable
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h454 template <typename T> void emitDwarfAbbrevs(const T &Abbrevs) const { in emitDwarfAbbrevs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h43 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
DBitstreamWriter.h61 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitstreamReader.h44 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
DBitstreamWriter.h72 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h230 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable
DDWARFAcceleratorTable.h382 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; variable
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h62 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> Abbrevs; member
DBitstreamReader.h38 std::vector<IntrusiveRefCntPtr<BitCodeAbbrev>> Abbrevs; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h592 template <typename T> void emitDwarfAbbrevs(const T &Abbrevs) const { in emitDwarfAbbrevs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h226 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable
DDWARFAcceleratorTable.h386 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h670 template <typename T> void emitDwarfAbbrevs(const T &Abbrevs) const { in emitDwarfAbbrevs()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp158 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs, in emitAbbrevs()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h130 AbbrevList Abbrevs; variable
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1769 const auto *Abbrevs = U->getAbbreviations(); in TEST() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp692 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs) { in emitAbbrevs()