Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp136 sc_list.RemoveContextAtIndex(*iter); in SearchCallback()
H A DBreakpointResolverFileLine.cpp197 sc_list.RemoveContextAtIndex(i); in FilterContexts()
H A DBreakpointResolverName.cpp322 func_list.RemoveContextAtIndex(idx); in SearchCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h449 bool RemoveContextAtIndex(size_t idx);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp761 sc_list.RemoveContextAtIndex(i); in Prune()
786 sc_list.RemoveContextAtIndex(i); in Prune()
797 sc_list.RemoveContextAtIndex(i); in Prune()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp1259 bool SymbolContextList::RemoveContextAtIndex(size_t idx) { in RemoveContextAtIndex() function in SymbolContextList
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1086 sc_list.RemoveContextAtIndex(i); in RemoveFunctionsWithModuleNotEqualTo()