Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp890 size_t num_code_symbols = code_symbols.GetSize(); in GetStepThroughTrampolinePlan() local
892 if (num_code_symbols > 0) { in GetStepThroughTrampolinePlan()
893 for (uint32_t i = 0; i < num_code_symbols; i++) { in GetStepThroughTrampolinePlan()