Home
last modified time | relevance | path

Searched defs:images (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp153 void DirectCallEdge::ParseSymbolFileAndResolve(ModuleList &images) { in ParseSymbolFileAndResolve()
188 Function *DirectCallEdge::GetCallee(ModuleList &images, ExecutionContext &) { in GetCallee()
194 Function *IndirectCallEdge::GetCallee(ModuleList &images, in GetCallee()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp259 ModuleList &images, Log *log) { in FindInterveningFrames()
296 ModuleList &images; in FindInterveningFrames() member
404 ModuleList &images = next_frame.CalculateTarget()->GetImages(); in SynthesizeTailCallFrames() local
H A DLanguage.cpp412 const auto &images(target->GetImages()); in Find_Impl() local
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dsymbolication.py439 def __init__(self, debugger=None, target=None, images=list()): argument
467 def InitWithSBDebugger(cls, debugger, images): argument
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeFormat.cpp163 const ModuleList &images(target_sp->GetImages()); in FormatObject() local
/openbsd-src/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py27 def load_images(self, images): argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp886 const ModuleList &images = target_sp->GetImages(); in GetStepThroughTrampolinePlan() local
1022 lldb_private::Symbol *original_symbol, lldb_private::ModuleList &images, in FindEquivalentSymbols()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp420 const ModuleList &images = target.GetImages(); in GetStepThroughTrampolinePlan() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp512 const ModuleList &images = target.GetImages(); in GetStepThroughTrampolinePlan() local
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1807 ModuleList &images = target_sp->GetImages(); in FindTypes() local