Home
last modified time | relevance | path

Searched refs:ProcessDebugRelocations (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h419 enum class ProcessDebugRelocations { Process, Ignore }; enum
423 ProcessDebugRelocations RelocAction = ProcessDebugRelocations::Process,
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h189 ObjF, DWARFContext::ProcessDebugRelocations::Process, nullptr); in printEHFrame()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp637 *Obj, DWARFContext::ProcessDebugRelocations::Process, nullptr, "", in handleBuffer()
650 Obj, DWARFContext::ProcessDebugRelocations::Process, nullptr, "", in handleBuffer()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1445 ProcessDebugRelocations::Ignore); in getDWOContext()
1688 DWARFContext::ProcessDebugRelocations RelocAction) in DWARFObjInMemory()
1776 (RelocAction == DWARFContext::ProcessDebugRelocations::Ignore)) in DWARFObjInMemory()
2000 ProcessDebugRelocations RelocAction, in create()
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp306 *Object, DWARFContext::ProcessDebugRelocations::Process); in isDebugBinary()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp291 *Object, DWARFContext::ProcessDebugRelocations::Process); in initialize()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp719 Obj, DWARFContext::ProcessDebugRelocations::Process, nullptr, DWPPath); in loadSymbolsFromDWARF()
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp656 *Objects.second, DWARFContext::ProcessDebugRelocations::Process, in getOrCreateModuleInfo()
/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp465 *SymbolObj, DWARFContext::ProcessDebugRelocations::Process, in printLineInfoForInput()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1131 DWARFContext::create(File, DWARFContext::ProcessDebugRelocations::Ignore, in createDwarfOnlyBC()
H A DRewriteInstance.cpp353 DWARFContext::create(*File, DWARFContext::ProcessDebugRelocations::Ignore, in RewriteInstance()