Searched defs:Add (Results 26 - 50 of 77) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h74 void Add(KeyType name, const ValueSP &entry) { function in class:lldb_private::FormatMap
175 void Add(MapKeyType type, const MapValueType &entry) { function in class:lldb_private::FormattersContainer
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp92 void DataVisualization::Categories::Add(ConstString category) { function in class:DataVisualization::Categories
176 void DataVisualization::NamedSummaryFormats::Add( function in class:DataVisualization::NamedSummaryFormats
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp30 void Add(const char *name) { function in class:__sanitizer::UnknownFlags
H A Dsanitizer_allocator_primary32.h86 void Add(void *ptr) { function in struct:SizeClassAllocator32::TransferBatch
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c304 Add(const char *dir1, const char *dir2, const char *name, struct dirent *de) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp396 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp182 bool ARCOptAddrMode::noUseOfAddBeforeLoadOrStore(const MachineInstr *Add, argument
265 canJoinInstructions(MachineInstr *Ldst, MachineInstr *Add, SmallVectorImpl<MachineInstr *> *Uses) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp361 auto Add = [&]() -> SecMapEntry & { local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h54 void Add(const uint8_t *Data, size_t Size) { function in struct:fuzzer::MemMemTable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp98 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp105 Add, // B + i * S enumerator in enum:__anon2761::StraightLineStrengthReduce::Candidate::Kind
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp160 void ShadowBuilder::Add(uptr begin, uptr end, uptr cfi_check) { function in class:__cfi::ShadowBuilder
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h329 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } function in class:llvm::FoldingSetNodeID
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h426 Add, ///< Addition. enumerator in enum:llvm::MCBinaryExpr::Opcode
H A DMCInstrDesc.h176 Add, enumerator in enum:llvm::MCID::Flag
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h475 void Add(ExplodedNode *N) { function in class:clang::ento::ExplodedNodeSet
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp365 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp177 SanitizerMask Add = parseArgValues(D, Arg, true); local
279 SanitizerMask Add = parseArgValues(D, Arg, /*AllowGroups=*/true); local
518 SanitizerMask Add = parseArgValues(D, Arg, true); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1236 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) { function in class:clang::format::FormatStyle::FormatStyleSet
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp89 Add, member in class:llvm::RuntimeDyldCheckerExprEval::BinOpToken
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1140 MCInst Add; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp94 Reduction (Instruction *Add) : Root(Add) { } argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp306 MachineInstr *Add = local
325 MachineInstr *Add local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp863 DecodeVecShiftRImm(MCInst &Inst, unsigned Imm, unsigned Add) argument
869 DecodeVecShiftLImm(MCInst &Inst, unsigned Imm, unsigned Add) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1374 Value *Add = Builder.CreateAdd(Op1, N1); local

Completed in 333 milliseconds

1234