Home
last modified time | relevance | path

Searched refs:DICtx (Results 1 – 8 of 8) sorted by relevance

/external/llvm/tools/llvm-dwarfdump/fuzzer/
Dllvm-dwarfdump-fuzzer.cpp34 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in LLVMFuzzerTestOneInput() local
35 DICtx->dump(nulls(), DIDT_All); in LLVMFuzzerTestOneInput()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h38 static bool classof(const DIContext *DICtx) { in classof() argument
39 return DICtx->getKind() == CK_PDB; in classof()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.h29 create(object::ObjectFile *Obj, std::unique_ptr<DIContext> DICtx);
76 std::unique_ptr<DIContext> DICtx);
DSymbolizableObjectFile.cpp33 std::unique_ptr<DIContext> DICtx) { in create() argument
35 new SymbolizableObjectFile(Obj, std::move(DICtx))); in create()
72 std::unique_ptr<DIContext> DICtx) in SymbolizableObjectFile() argument
73 : Module(Obj), DebugInfoContext(std::move(DICtx)) {} in SymbolizableObjectFile()
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp84 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(Obj)); in DumpObjectFile() local
89 DICtx->dump(outs(), DumpType); in DumpObjectFile()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h80 static bool classof(const DIContext *DICtx) { in classof() argument
81 return DICtx->getKind() == CK_DWARF; in classof()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1697 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*o)); in DumpObject() local
1699 DICtx->dump(outs(), DwarfDumpType, true /* DumpEH */); in DumpObject()
DMachODump.cpp1293 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*MachOOF)); in ProcessMachO() local
1295 DICtx->dump(outs(), DwarfDumpType, true /* DumpEH */); in ProcessMachO()