/freebsd-src/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeWatchpointList.cpp | 22 Status NativeWatchpointList::Remove(addr_t addr) { in Remove() function in NativeWatchpointList
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | JITLoaderList.cpp | 25 void JITLoaderList::Remove(const JITLoaderSP &jit_loader_sp) { in Remove() function in JITLoaderList
|
H A D | PathMappingList.cpp | 124 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 D | HexagonRDFOpt.cpp | 178 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 D | FileSpecList.h | 230 bool Remove(size_t idx) { in Remove() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointResourceList.cpp |
|
H A D | BreakpointLocationCollection.cpp | 33 bool BreakpointLocationCollection::Remove(lldb::break_id_t bp_id, in Remove() function in BreakpointLocationCollection
|
H A D | BreakpointList.cpp | 47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove() function in BreakpointList
|
H A D | WatchpointList.cpp | 169 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 D | COFFObject.cpp | 97 bool Remove = ToRemove(Sec); in removeSections() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_ilist.h | 105 void IList<Base, Node, Elem>::Remove(Elem* e) { in Remove() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.h | 116 void Remove(MachinePassRegistryNode<PassCtorTy> *Node) { in Remove() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.h | 103 void Remove() { m_restore = false; } in Remove() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_riscv.cpp | 576 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 D | TypeMap.cpp | 116 bool TypeMap::Remove(const lldb::TypeSP &type_sp) { in Remove() function in TypeMap
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | StopPointSiteList.h | 164 bool Remove(typename StopPointSite::SiteID site_id) { in Remove() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | MultiOnDiskHashTable.h | 134 bool Remove = Files.count(ODT->File); in removeOverriddenTables() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineParser.h | 216 enum class LineLevel { Remove, Keep }; global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | SanitizerArgs.cpp | 507 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 D | ModuleList.cpp | 329 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 D | WindowsManifestMerger.cpp | 547 xmlNodePtr Remove = Child; in stripComments() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TailDuplicator.cpp | 351 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 D | Path.cpp | 1239 bool Remove = RemoveOnClose; discard() local 1242 bool Remove = true; discard() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 326 auto Remove = Body(Name, Flags); variable
|