Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp143 sc_list.RemoveContextAtIndex(i); in FilterContexts()
203 sc_list.RemoveContextAtIndex(i); in FilterContexts()
H A DBreakpointResolverFileRegex.cpp135 sc_list.RemoveContextAtIndex(*iter); in SearchCallback()
H A DBreakpointResolverName.cpp325 func_list.RemoveContextAtIndex(idx); in SearchCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h449 bool RemoveContextAtIndex(size_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp747 sc_list.RemoveContextAtIndex(i); in Prune()
774 sc_list.RemoveContextAtIndex(i); in Prune()
785 sc_list.RemoveContextAtIndex(i); in Prune()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp1273 bool SymbolContextList::RemoveContextAtIndex(size_t idx) { in RemoveContextAtIndex() function in SymbolContextList
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1006 sc_list.RemoveContextAtIndex(i); in RemoveFunctionsWithModuleNotEqualTo()