Searched refs:Remove (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DJITLoaderList.h36 Remove (const lldb::JITLoaderSP &jit_loader_sp);
H A DPathMappingList.h81 Remove (size_t index, bool notify);
84 Remove (const ConstString &path, bool notify);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeWatchpointList.cpp25 NativeWatchpointList::Remove (addr_t addr) function in class:NativeWatchpointList
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeWatchpointList.h35 Remove (lldb::addr_t addr);
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilMapIdToVariant.cpp36 // Details: Remove at the data from *this container.
99 // Details: Remove from *this contain a data object specified by ID. The data object
108 CMIUtilMapIdToVariant::Remove(const CMIUtilString &vId) function in class:CMIUtilMapIdToVariant
H A DMIUtilMapIdToVariant.h37 bool Remove(const CMIUtilString &vId);
79 const bool bOk = HaveAlready(vId) ? Remove(vId) : MIstatus::success;
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
62 void MutexSet::Remove(u64 id) {} function in class:__tsan::MutexSet
H A Dtsan_mutexset.cc65 void MutexSet::Remove(u64 id) { function in class:__tsan::MutexSet
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp45 /// Remove - Removes a function pass from the registration list.
47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { function in class:MachinePassRegistry
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h39 ~RegisterRegAlloc() { Registry.Remove(this); }
H A DSchedulerRegistry.h44 ~RegisterScheduler() { Registry.Remove(this); }
H A DMachinePassRegistry.h109 /// Remove - Removes a function pass from the registration list.
111 void Remove(MachinePassRegistryNode *Node);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp77 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove);
110 SetVector<NodeId> Remove = DeadInstrs; local
117 Changed |= rewrite(SA, Remove);
120 return erase(Remove) || Changed;
150 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { argument
204 Remove.insert(D.Id);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFileSpecList.h225 Remove (size_t idx) function in class:lldb_private::FileSpecList
H A DModuleList.h487 Remove (const lldb::ModuleSP &module_sp);
490 Remove (ModuleList &module_list);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeMap.h72 Remove (const lldb::TypeSP &type_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DJITLoaderList.cpp34 JITLoaderList::Remove (const JITLoaderSP &jit_loader_sp) function in class:JITLoaderList
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h133 Remove (lldb::break_id_t breakID, bool notify);
H A DBreakpointLocationCollection.h57 Remove (lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
H A DBreakpointSiteList.h148 Remove (lldb::break_id_t breakID);
H A DWatchpointList.h183 Remove (lldb::watch_id_t watchID, bool notify);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DUtilityFunction.cpp64 process_sp->GetTarget().GetImages().Remove(jit_module_sp);
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h75 // Remove - remove I from the worklist if it exists.
76 void Remove(Instruction *I) { function in class:llvm::InstCombineWorklist
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h118 bool Remove = Files.count(ODT->File);
119 if (Remove)
121 return Remove;
/freebsd-11.0-release/libexec/rtld-elf/i386/
H A Drtld_start.S46 addl $16,%esp # Remove arguments from stack

Completed in 234 milliseconds

123