Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DNativeWatchpointList.cpp22 Status NativeWatchpointList::Remove(addr_t addr) { in Remove() function in NativeWatchpointList
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp178 SetVector<NodeId> Remove = DeadInstrs; run() local
217 rewrite(NodeAddr<InstrNode * > IA,SetVector<NodeId> & Remove) rewrite() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h230 bool Remove(size_t idx) { in Remove() function
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResourceList.cpp
H A DBreakpointLocationCollection.cpp33 bool BreakpointLocationCollection::Remove(lldb::break_id_t bp_id, in Remove() function in BreakpointLocationCollection
H A DBreakpointList.cpp47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove() function in BreakpointList
H A DWatchpointList.cpp169 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { in Remove() function in WatchpointList
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp97 bool Remove = ToRemove(Sec); in removeSections() local
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h116 void Remove(MachinePassRegistryNode<PassCtorTy> *Node) { in Remove() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h103 void Remove() { m_restore = false; } in Remove() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp576 relaxAlign(orc::ExecutorAddr Loc,const Edge & E,uint32_t & Remove,Edge::Kind & NewEdgeKind) relaxAlign() argument
592 relaxCall(const Block & B,BlockRelaxAux & Aux,const RelaxConfig & Config,orc::ExecutorAddr Loc,const Edge & E,uint32_t & Remove,Edge::Kind & NewEdgeKind) relaxCall() argument
632 uint32_t Remove = 0; relaxBlock() local
690 uint32_t Remove = Aux.RelocDeltas[I] - Delta; finalizeBlockRelax() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp116 bool TypeMap::Remove(const lldb::TypeSP &type_sp) { in Remove() function in TypeMap
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h164 bool Remove(typename StopPointSite::SiteID site_id) { in Remove() function
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h134 bool Remove = Files.count(ODT->File); in removeOverriddenTables() local
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h216 enum class LineLevel { Remove, Keep }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp507 SanitizerMask Remove = parseArgValues(D, Arg, DiagnoseErrors); SanitizerArgs() local
641 SanitizerMask Remove = parseArgValues(D, Arg, DiagnoseErrors); SanitizerArgs() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp329 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { Remove() function in ModuleList
393 size_t ModuleList::Remove(ModuleList &module_list) { Remove() function in ModuleList
/freebsd-src/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp547 xmlNodePtr Remove = Child; in stripComments() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp351 processPHI(MachineInstr * MI,MachineBasicBlock * TailBB,MachineBasicBlock * PredBB,DenseMap<Register,RegSubRegPair> & LocalVRMap,SmallVectorImpl<std::pair<Register,RegSubRegPair>> & Copies,const DenseSet<Register> & RegsUsedByPhi,bool Remove) processPHI() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1239 bool Remove = RemoveOnClose; discard() local
1242 bool Remove = true; discard() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h326 auto Remove = Body(Name, Flags); variable