Searched defs:Clone (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp42 MachineInstr *Clone = MF->CloneMachineInstr(DBI); local
H A DWebAssemblyRegStackify.cpp541 MachineInstr *Clone = &*std::prev(Insert); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { function in class:ScheduleDAGSDNodes
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp58 class Clone{ class in class:__anon4975::AMDGPUPropagateAttributes
60 Clone(FeatureBitset FeatureMask, Function *OrigF, Function *NewF) : function in class:__anon4975::AMDGPUPropagateAttributes::Clone
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp87 std::unique_ptr<Module> Clone = CloneModule(*Program); local
H A DMiscompilation.cpp267 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); local
502 std::unique_ptr<Module> Clone = CloneModule(BD.getProgram(), VMap); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h61 DIE *Clone; member in struct:llvm::CompileUnit::DIEInfo
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dpump.py125 def Clone(self): member in class:Cursor
156 def Clone(self): member in class:Token
589 def Clone(self): member in class:Env
[all...]
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h232 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
319 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
H A Dgtest-param-util-generated.h3616 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3739 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3880 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
4038 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
4215 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
4409 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4622 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4851 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
5098 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1141 CallInst *Clone = cast<CallInst>( local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1132 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1329 auto Clone = Clones[i]; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2930 lldb::ValueObjectSP ValueObject::Clone(ConstString new_name) { function in class:ValueObject
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2515 AlignedAttr *Clone = OldStrictestAlignAttr->clone(S.Context); local
2524 AlignedAttr *Clone = OldAlignasAttr->clone(S.Context); local

Completed in 313 milliseconds