Home
last modified time | relevance | path

Searched defs:DICtx (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp359 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies()
370 DWARFContext &DICtx) { in toDie()
390 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in getDies()
399 static void filterByAccelName(ArrayRef<std::string> Names, DWARFContext &DICtx, in filterByAccelName()
422 static bool lookup(ObjectFile &Obj, DWARFContext &DICtx, uint64_t Address, in lookup()
447 static bool dumpObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in dumpObjectFile()
481 static bool verifyObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in verifyObjectFile()
528 std::unique_ptr<DWARFContext> DICtx = in handleBuffer() local
541 std::unique_ptr<DWARFContext> DICtx = in handleBuffer() local
DStatistics.cpp554 bool dwarfdump::collectStatsForObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in collectStatsForObjectFile()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h38 static bool classof(const DIContext *DICtx) { in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h39 static bool classof(const DIContext *DICtx) { in classof()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h39 static bool classof(const DIContext *DICtx) { in classof()
/external/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp34 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput() local
/external/llvm-project/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp33 std::unique_ptr<DIContext> DICtx = DWARFContext::create(Obj); in LLVMFuzzerTestOneInput() local
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DDwarfTransformer.h81 DWARFContext &DICtx; variable
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp33 std::unique_ptr<DIContext> DICtx) { in create()
72 std::unique_ptr<DIContext> DICtx) in SymbolizableObjectFile()
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp84 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in DumpObjectFile() local
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp31 std::unique_ptr<DIContext> DICtx, in create()
95 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp46 std::unique_ptr<DIContext> DICtx, in create()
108 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile()
/external/llvm-project/llvm/tools/llvm-readobj/
DDwarfCFIEHPrinter.h188 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(ObjF, nullptr); in printEHFrame() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h118 static bool classof(const DIContext *DICtx) { in classof()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h132 static bool classof(const DIContext *DICtx) { in classof()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h80 static bool classof(const DIContext *DICtx) { in classof()
/external/llvm-project/llvm/tools/llvm-gsymutil/
Dllvm-gsymutil.cpp305 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(Obj); in handleObjectFile() local
/external/llvm-project/llvm/tools/dsymutil/
Ddsymutil.cpp404 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); in verify() local
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1754 std::unique_ptr<DWARFContext> DICtx; in disassembleObject() local
2847 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*O); in dumpObject() local
DMachODump.cpp2012 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*MachOOF); in ProcessMachO() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1697 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*o)); in DumpObject() local
DMachODump.cpp1293 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*MachOOF)); in ProcessMachO() local