Home
last modified time | relevance | path

Searched defs:Clone (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DCloneable.h44 std::shared_ptr<typename Base::TopmostBase> Clone() const override { in Clone() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddefarg4.C25 void Clone() in Clone() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp94 std::unique_ptr<ReducerWorkItem> Clone, const TestRunner &Test, in CheckChunk()
209 std::unique_ptr<ReducerWorkItem> Clone = in runDeltaPass() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp57 MachineInstr *Clone = MF->CloneMachineInstr(DBI); in clone() local
H A DWebAssemblyRegStackify.cpp578 MachineInstr *Clone = &*std::prev(Insert); in rematerializeCheapDef() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp97 class Clone { class in __anonceddf6120111::AMDGPUPropagateAttributes
99 Clone(const FnProperties &Props, Function *OrigF, Function *NewF) : in Clone() function in __anonceddf6120111::AMDGPUPropagateAttributes::Clone
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueFileSpecList.cpp163 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone() function in OptionValueFileSpecList
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp398 Function *Clone = CloneFunction(F, Mappings); in cloneCandidateFunction() local
528 Function *Clone = cloneCandidateFunction(F); in createSpecialization() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h92 Function *Clone = nullptr; member
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs44 public OptionPageGrid Clone() in Clone() method in LLVM.ClangFormat.OptionPageGrid
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DMiscompilation.cpp267 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); in TestFuncs() local
504 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); in TestFuncs() local
H A DExtractFunction.cpp87 std::unique_ptr<Module> Clone = CloneModule(*Program); in deleteInstructionFromProgram() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h59 DIE *Clone; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp170 auto *Clone = in sinkScalarOperands() local
H A DVPlanRecipes.cpp766 auto *Clone = State.Builder.Insert(GEP->clone()); in execute() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp67 LLVMTypeRef Clone(LLVMValueRef Src) { in Clone() function
71 LLVMTypeRef Clone(LLVMTypeRef Src) { in Clone() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCUDA.cpp936 AttrTy *Clone = Attribute->clone(S.Context); in copyAttrIfPresent() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1782 auto *Clone = Clones[Idx]; in splitAsyncCoroutine() local
1913 auto Clone = Clones[i]; in splitRetconCoroutine() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1354 llvm::Function *Clone = M->getFunction(FDInlineName); in GenerateCode() local
1374 if (llvm::Function *Clone = M->getFunction(FDInlineName)) { in GenerateCode() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() function in ScheduleDAGSDNodes
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1073 if (DIE *Clone = Info.Clone) in cloneExpression() local
1636 if (DIE *Clone = cloneDIE(Child, File, Unit, StringPool, PCOffset, in cloneDIE() local
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp1390 lldb::SBValue SBValue::Clone(const char *new_name) { in Clone() function in SBValue
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1148 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); in cloneLoop() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1150 CallInst *Clone = CallInst::Create(CInst, OpBundles); in OptimizeIndividualCallImpl() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2781 lldb::ValueObjectSP ValueObject::Clone(ConstString new_name) { in Clone() function in ValueObject

12