Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp465 DWARFContext &DICtx) { in filterByAccelName() argument
485 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in findAllApple() argument
424 getDies(DWARFContext & DICtx,const AppleAcceleratorTable & Accel,StringRef Name,SmallVectorImpl<DWARFDie> & Dies) getDies() argument
435 toDie(const DWARFDebugNames::Entry & Entry,DWARFContext & DICtx) toDie() argument
455 getDies(DWARFContext & DICtx,const DWARFDebugNames & Accel,StringRef Name,SmallVectorImpl<DWARFDie> & Dies) getDies() argument
520 lookup(ObjectFile & Obj,DWARFContext & DICtx,uint64_t Address,raw_ostream & OS) lookup() argument
564 collectObjectSources(ObjectFile & Obj,DWARFContext & DICtx,const Twine & Filename,raw_ostream & OS) collectObjectSources() argument
642 dumpObjectFile(ObjectFile & Obj,DWARFContext & DICtx,const Twine & Filename,raw_ostream & OS) dumpObjectFile() argument
699 verifyObjectFile(ObjectFile & Obj,DWARFContext & DICtx,const Twine & Filename,raw_ostream & OS) verifyObjectFile() argument
746 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( handleBuffer() local
760 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( handleBuffer() local
[all...]
H A DStatistics.cpp845 collectStatsForObjectFile(ObjectFile & Obj,DWARFContext & DICtx,const Twine & Filename,raw_ostream & OS) collectStatsForObjectFile() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h39 static bool classof(const DIContext *DICtx) { in classof()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h84 DWARFContext &DICtx; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp32 std::unique_ptr<DIContext> DICtx, in create() argument
91 std::unique_ptr<DIContext> DICtx, in SymbolizableObjectFile() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h187 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create( in printEHFrame() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h149 static bool classof(const DIContext *DICtx) { in classof() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp190 auto DICtx = DWARFContext::create(Obj); in get() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp202 std::unique_ptr<DWARFContext> DICtx = DWARFContext::create(*Obj); in verifyOutput() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1685 std::unique_ptr<DWARFContext> DICtx; disassembleObject() local
3151 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