Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp36 llvm::DenseMap<unsigned, unsigned> Abbrevs; member in __anon28ca37650111::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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h55 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/
DBitstreamWriter.h61 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
DBitstreamReader.h43 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
/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/DebugInfo/DWARF/
DDWARFUnit.h226 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable
DDWARFAcceleratorTable.h386 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; variable
/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/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h130 AbbrevList Abbrevs; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp692 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs) { in emitAbbrevs()