Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp144 sc_list.RemoveContextAtIndex(i); in FilterContexts()
204 sc_list.RemoveContextAtIndex(i); in FilterContexts()
H A DBreakpointResolverFileRegex.cpp135 sc_list.RemoveContextAtIndex(*iter); in SearchCallback()
H A DBreakpointResolverName.cpp323 func_list.RemoveContextAtIndex(idx); in SearchCallback()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolContext.h449 bool RemoveContextAtIndex(size_t idx);
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp756 sc_list.RemoveContextAtIndex(i); in Prune()
779 sc_list.RemoveContextAtIndex(i); in Prune()
790 sc_list.RemoveContextAtIndex(i); in Prune()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp1268 bool SymbolContextList::RemoveContextAtIndex(size_t idx) { in RemoveContextAtIndex() function in SymbolContextList
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp998 sc_list.RemoveContextAtIndex(i); in RemoveFunctionsWithModuleNotEqualTo()