Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeWatchpointList.cpp22 Status NativeWatchpointList::Remove(addr_t addr) { in Remove() function in NativeWatchpointList
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DJITLoaderList.cpp25 void JITLoaderList::Remove(const JITLoaderSP &jit_loader_sp) { in Remove() function in JITLoaderList
H A DPathMappingList.cpp124 bool PathMappingList::Remove(size_t index, bool notify) { in Remove() function in PathMappingList
279 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove() function in PathMappingList
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp181 SetVector<NodeId> Remove = DeadInstrs; in run() local
220 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h230 bool Remove(size_t idx) { in Remove() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp116 bool TypeMap::Remove(const lldb::TypeSP &type_sp) { in Remove() function in TypeMap
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp97 bool Remove = ToRemove(Sec); in removeSections() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h105 void IList<Base, Node, Elem>::Remove(Elem* e) { in Remove() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h116 void Remove(MachinePassRegistryNode<PassCtorTy> *Node) { in Remove() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h103 void Remove() { m_restore = false; } in Remove() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp579 static void relaxAlign(orc::ExecutorAddr Loc, const Edge &E, uint32_t &Remove, in relaxAlign()
595 const Edge &E, uint32_t &Remove, in relaxCall()
635 uint32_t Remove = 0; in relaxBlock() local
693 uint32_t Remove = Aux.RelocDeltas[I] - Delta; in finalizeBlockRelax() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp33 bool BreakpointLocationCollection::Remove(lldb::break_id_t bp_id, in Remove() function in BreakpointLocationCollection
H A DBreakpointSiteList.cpp
H A DBreakpointList.cpp44 bool BreakpointList::Remove(break_id_t break_id, bool notify) { Remove() function in BreakpointList
H A DWatchpointList.cpp167 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { Remove() function in WatchpointList
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h210 enum class LineLevel { Remove, Keep }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h134 bool Remove = Files.count(ODT->File); in removeOverriddenTables() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp518 SanitizerMask Remove = parseArgValues(D, Arg, DiagnoseErrors); in SanitizerArgs() local
652 SanitizerMask Remove = parseArgValues(D, Arg, DiagnoseErrors); in SanitizerArgs() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp334 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { in Remove() function in ModuleList
398 size_t ModuleList::Remove(ModuleList &module_list) { in Remove() function in ModuleList
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp547 xmlNodePtr Remove = Child; in stripComments() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp360 const DenseSet<Register> &RegsUsedByPhi, bool Remove) { in processPHI()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1238 bool Remove = RemoveOnClose; in discard() local
1241 bool Remove = true; in discard() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h326 auto Remove = Body(Name, Flags); variable