Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp36 llvm::DenseMap<unsigned, unsigned> Abbrevs; member in __anon5ded11a90111::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/lib/DebugInfo/
DDWARFCompileUnit.h28 const DWARFAbbreviationDeclarationSet *Abbrevs; variable
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h33 std::vector<BitCodeAbbrev*> Abbrevs; member
200 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs; variable
217 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs; in freeState() local
DBitstreamWriter.h58 std::vector<BitCodeAbbrev*> Abbrevs; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.h40 DIEAbbrevSet Abbrevs; variable
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h454 template <typename T> void emitDwarfAbbrevs(const T &Abbrevs) const { in emitDwarfAbbrevs()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h123 const DWARFAbbreviationDeclarationSet *Abbrevs; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h44 std::vector<std::shared_ptr<BitCodeAbbrev>> Abbrevs; member
DBitstreamWriter.h62 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-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h555 template <typename T> void emitDwarfAbbrevs(const T &Abbrevs) const { in emitDwarfAbbrevs()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp177 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs, in emitAbbrevs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h280 mutable const DWARFAbbreviationDeclarationSet *Abbrevs; variable
DDWARFAcceleratorTable.h387 DenseSet<Abbrev, AbbrevMapInfo> Abbrevs; variable
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h133 AbbrevList Abbrevs; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1671 const auto *Abbrevs = U->getAbbreviations(); in TEST() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp692 const std::vector<std::unique_ptr<DIEAbbrev>> &Abbrevs) { in emitAbbrevs()