Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h39 static bool classof(const DIContext *DICtx) { in classof()
/llvm-project/llvm/tools/llvm-dwarfdump/fuzzer/
H A Dllvm-dwarfdump-fuzzer.cpp33 std::unique_ptr<DIContext> DICtx = DWARFContext::create(Obj); in LLVMFuzzerTestOneInput() local
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h85 DWARFContext &DICtx; global() variable
/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp454 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies() argument
465 DWARFContext &DICtx) { in toDie() argument
485 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in getDies() argument
495 ArrayRef<std::string> Names, DWARFContext &DICtx, raw_ostream &OS, in filterByAccelName() argument
515 findAllApple(DWARFContext & DICtx,raw_ostream & OS,std::function<StringRef (uint64_t RegNum,bool IsEH)> GetNameForDWARFReg) findAllApple() argument
550 lookup(ObjectFile & Obj,DWARFContext & DICtx,uint64_t Address,raw_ostream & OS) lookup() argument
594 collectObjectSources(ObjectFile & Obj,DWARFContext & DICtx,const Twine & Filename,raw_ostream & OS) collectObjectSources() argument
672 dumpObjectFile(ObjectFile & Obj,DWARFContext & DICtx,const Twine & Filename,raw_ostream & OS) dumpObjectFile() argument
729 verifyObjectFile(ObjectFile & Obj,DWARFContext & DICtx,const Twine & Filename,raw_ostream & OS) verifyObjectFile() argument
776 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( handleBuffer() local
790 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( handleBuffer() local
[all...]
H A DStatistics.cpp856 bool dwarfdump::collectStatsForObjectFile(ObjectFile &Obj, DWARFContext &DICtx, in collectStatsForObjectFile() argument
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp32 create(const object::ObjectFile * Obj,std::unique_ptr<DIContext> DICtx,bool UntagAddresses) create() argument
91 SymbolizableObjectFile(const ObjectFile * Obj,std::unique_ptr<DIContext> DICtx,bool UntagAddresses) SymbolizableObjectFile() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h187 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( in printEHFrame() local
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h149 static bool classof(const DIContext *DICtx) { in classof() argument
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp190 auto DICtx = DWARFContext::create(Obj); get() local
/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp202 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); verifyOutput() local
/llvm-project/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp338 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( handleObjectFile() local
/llvm-project/llvm/tools/dsymutil/
H A Ddsymutil.cpp519 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); verifyOutput() local
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1822 std::unique_ptr<DWARFContext> DICtx; disassembleObject() local
3303 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*O); dumpObject() local
H A DMachODump.cpp2217 std::unique_ptr<DIContext> DICtx = DWARFContext::create(*MachOOF); in ProcessMachO() local