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

1234

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DJITLoaderList.h29 void Remove(const lldb::JITLoaderSP &jit_loader_sp);
H A DPathMappingList.h70 bool Remove(size_t index, bool notify);
72 bool Remove(ConstString path, bool notify);
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DNativeWatchpointList.cpp22 Status NativeWatchpointList::Remove(addr_t addr) { function in class:NativeWatchpointList
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeWatchpointList.h30 Status Remove(lldb::addr_t addr);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp137 start_position.Remove();
148 // Remove the return type of the innermost
183 start_position.Remove();
184 before_inner_function_pos.Remove();
212 start_position.Remove();
298 start_position.Remove();
324 start_position.Remove();
348 start_position.Remove();
370 start_position.Remove();
395 start_position.Remove();
[all...]
H A DCPlusPlusNameParser.h89 // when destructed unless it's manually removed with Remove().
98 b.Remove();
103 void Remove() { m_restore = false; } function in class:lldb_private::CPlusPlusNameParser::Bookmark
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp97 bool Remove = ToRemove(Sec);
98 if (Remove)
100 return Remove;
102 // Remove all symbols referring to the removed sections.
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h46 bool Remove(lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
H A DWatchpointResourceList.h44 bool Remove(lldb::wp_resource_id_t id);
H A DWatchpointList.h141 bool Remove(lldb::watch_id_t watchID, bool notify);
H A DBreakpointList.h91 bool Remove(lldb::break_id_t breakID, bool notify);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h48 void Remove(Elem* e);
105 void IList<Base, Node, Elem>::Remove(Elem* e) { function in class:__tsan::IList
122 Remove(e);
130 Remove(e);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h41 ~RegisterRegAllocBase() { Registry.Remove(this); }
H A DSchedulerRegistry.h44 ~RegisterScheduler() { Registry.Remove(this); }
H A DTailDuplicator.h107 const DenseSet<Register> &UsedByPhi, bool Remove);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DJITLoaderList.cpp25 void JITLoaderList::Remove(const JITLoaderSP &jit_loader_sp) { function in class:JITLoaderList
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h56 bool Remove(const lldb::TypeSP &type_sp);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp97 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove);
178 SetVector<NodeId> Remove = DeadInstrs; local
185 Changed |= rewrite(SA, Remove);
188 return erase(Remove) || Changed;
217 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { argument
271 Remove.insert(D.Id);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp576 static void relaxAlign(orc::ExecutorAddr Loc, const Edge &E, uint32_t &Remove, argument
584 Remove = SrcLoc - DestLoc;
585 assert(static_cast<int32_t>(Remove) >= 0 &&
592 const Edge &E, uint32_t &Remove,
603 Remove = 6;
607 Remove = 6;
611 Remove = 4;
615 Remove = 0;
632 uint32_t Remove = 0; local
635 relaxAlign(Loc, *E, Remove, Au
590 relaxCall(const Block &B, BlockRelaxAux &Aux, const RelaxConfig &Config, orc::ExecutorAddr Loc, const Edge &E, uint32_t &Remove, Edge::Kind &NewEdgeKind) argument
690 uint32_t Remove = Aux.RelocDeltas[I] - Delta; local
[all...]
/freebsd-current/tools/test/stress2/tools/
H A Dfail.sh62 graid1_7.sh 20170430 FAIL Remove component gptid/02b9...
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp49 process_sp->GetTarget().GetImages().Remove(jit_module_sp);
/freebsd-current/tools/tools/git/
H A Dcandidatematch.lua23 -- Remove hashes from 'set1' list that are present in 'set2' list
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h134 bool Remove = Files.count(ODT->File);
135 if (Remove)
137 return Remove;
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzfs-helpers.sh58 -r Remove the helper utilities
/freebsd-current/libexec/rtld-elf/i386/
H A Drtld_start.S50 addl $16,%esp # Remove arguments from stack

Completed in 216 milliseconds

1234