/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 397 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 D | Statistics.cpp | 845 bool dwarfdump::collectStatsForObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in collectStatsForObjectFile()
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBContext.h | 39 static bool classof(const DIContext *DICtx) { in classof()
|
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfdump/fuzzer/ |
H A D | llvm-dwarfdump-fuzzer.cpp | 33 std::unique_ptr<DIContext> DICtx = DWARFContext::create(Obj); in LLVMFuzzerTestOneInput() local
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | DwarfTransformer.h | 81 DWARFContext &DICtx; variable
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 32 std::unique_ptr<DIContext> DICtx, in create() 91 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 188 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( in printEHFrame() local
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 135 auto DICtx = DWARFContext::create(Obj); in get() local
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 128 static bool classof(const DIContext *DICtx) { in classof()
|
/openbsd/gnu/llvm/llvm/tools/llvm-gsymutil/ |
H A D | llvm-gsymutil.cpp | 285 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(Obj); in handleObjectFile() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.cpp | 197 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); in verifyOutput() local
|
/openbsd/gnu/llvm/llvm/tools/dsymutil/ |
H A D | dsymutil.cpp | 478 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); in verifyOutput() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1425 std::unique_ptr<DWARFContext> DICtx; in disassembleObject() local 2824 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*O); in dumpObject() local
|
H A D | MachODump.cpp | 2255 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*MachOOF); in ProcessMachO() local
|