Searched defs:Add (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeWatchpointList.cpp16 Status NativeWatchpointList::Add(addr_t addr, size_t size, uint32_t watch_flags, function in class:NativeWatchpointList
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp22 void IgnoreSet::Add(u32 stack_id) { function in class:__tsan::IgnoreSet
H A Dtsan_mutexset.cpp24 void MutexSet::Add(u64 id, bool write, u64 epoch) { function in class:__tsan::MutexSet
H A Dtsan_mutexset.h59 void MutexSet::Add(u64 id, bool write, u64 epoch) {} function in class:__tsan::MutexSet
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCXXFieldCollector.h55 void Add(FieldDecl *D) { function in class:clang::CXXFieldCollector
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp73 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp54 KnownBits KnownBits::computeForAddSub(bool Add, bool NSW, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h40 void Add(Instruction *I) { function in class:llvm::InstCombineWorklist
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp89 const MCExpr *Add = nullptr; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h208 static data_type Add(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
240 static data_type Add(data_type L, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h33 void Add(AllocatorStat i, uptr v) { function in class:AllocatorStats
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp167 const MCExpr *Add = nullptr; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp31 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { function in class:BreakpointList
H A DBreakpointLocationCollection.cpp26 void BreakpointLocationCollection::Add(const BreakpointLocationSP &bp_loc) { function in class:BreakpointLocationCollection
H A DBreakpointSiteList.cpp24 lldb::break_id_t BreakpointSiteList::Add(const BreakpointSiteSP &bp) { function in class:BreakpointSiteList
H A DWatchpointList.cpp21 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { function in class:WatchpointList
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h132 bool Add(InterpState &S, CodePtr OpPC) { function in namespace:clang::interp
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h106 void Add(MachinePassRegistryNode<PassCtorTy> *Node) { function in class:llvm::MachinePassRegistry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h474 SDValue Add = DAG.getNode(ISD::ADD, DL, Ty, Shift, local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h114 class Add { class in class:llvm::Registry
121 Add(StringRef Name, StringRef Desc) function in class:llvm::Registry::Add
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp28 void TypeCategoryMap::Add(KeyType name, const ValueSP &entry) { function in class:TypeCategoryMap
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h316 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h183 void Add(const BitCodeAbbrevOp &OpInfo) { function in class:llvm::BitCodeAbbrev
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp53 RecSet Add, Sub; variable

Completed in 260 milliseconds

1234