Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp869 SymbolContextList code_symbols; in GetStepThroughTrampolinePlan() local
871 code_symbols); in GetStepThroughTrampolinePlan()
872 size_t num_code_symbols = code_symbols.GetSize(); in GetStepThroughTrampolinePlan()
878 if (code_symbols.GetContextAtIndex(i, context)) { in GetStepThroughTrampolinePlan()