Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp397 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies()
408 DWARFContext &DICtx) { in toDie()
428 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in getDies()
438 ArrayRef<std::string> Names, DWARFContext &DICtx, raw_ostream &OS, in filterByAccelName()
462 static bool lookup(ObjectFile &Obj, DWARFContext &DICtx, uint64_t Address, in lookup()
506 static bool collectObjectSources(ObjectFile &Obj, DWARFContext &DICtx, in collectObjectSources()
584 static bool dumpObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in dumpObjectFile()
635 static bool verifyObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in verifyObjectFile()
682 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( in handleBuffer() local
696 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( in handleBuffer() local
H A DStatistics.cpp845 bool dwarfdump::collectStatsForObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in collectStatsForObjectFile()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h39 static bool classof(const DIContext *DICtx) { in classof()
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/fuzzer/
H A Dllvm-dwarfdump-fuzzer.cpp33 std::unique_ptr<DIContext> DICtx = DWARFContext::create(Obj); in LLVMFuzzerTestOneInput() local
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h81 DWARFContext &DICtx; variable
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp32 std::unique_ptr<DIContext> DICtx, in create()
91 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h188 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( in printEHFrame() local
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp135 auto DICtx = DWARFContext::create(Obj); in get() local
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h128 static bool classof(const DIContext *DICtx) { in classof()
/openbsd/gnu/llvm/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp285 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(Obj); in handleObjectFile() local
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp197 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); in verifyOutput() local
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A Ddsymutil.cpp478 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); in verifyOutput() local
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1425 std::unique_ptr<DWARFContext> DICtx; in disassembleObject() local
2824 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*O); in dumpObject() local
H A DMachODump.cpp2255 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*MachOOF); in ProcessMachO() local