Searched refs:Create (Results 26 - 50 of 473) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.h24 Create(lldb::ModuleSP module_sp, const lldb_private::FileSpec &file_spec);
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.h34 static std::unique_ptr<Acceptor> Create(llvm::StringRef name,
H A DAcceptor.cpp81 std::unique_ptr<Acceptor> Acceptor::Create(StringRef name, function in class:Acceptor
109 Socket::Create(socket_protocol, child_processes_inherit, error);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h23 static MsanThread *Create(thread_callback_t start_routine, void *arg);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h223 cur = NestedNameSpecifier::Create(ctx, cur,
228 cur = NestedNameSpecifier::Create(ctx, cur,
233 cur = NestedNameSpecifier::Create(ctx, cur,
239 cur = NestedNameSpecifier::Create(ctx, cur,
H A DNestedNameSpecifier.h123 static NestedNameSpecifier *Create(const ASTContext &Context,
128 static NestedNameSpecifier *Create(const ASTContext &Context,
133 static NestedNameSpecifier *Create(const ASTContext &Context,
138 static NestedNameSpecifier *Create(const ASTContext &Context,
148 static NestedNameSpecifier *Create(const ASTContext &Context,
H A DDependentDiagnostic.h40 static DependentDiagnostic *Create(ASTContext &Context, function in class:clang::DependentDiagnostic
50 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
106 static DependentDiagnostic *Create(ASTContext &Context,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h42 Create(const GlobalValue *GV, SystemZCP::SystemZCPModifier Modifier);
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h59 // GTEST_DEATH_TEST_ macro. It is abstract; its static Create method
73 // Create returns false if there was an error determining the
81 static bool Create(const char* statement, const RE* regex,
147 virtual bool Create(const char* statement, const RE* regex,
154 virtual bool Create(const char* statement, const RE* regex,
194 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp124 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI);
217 // Create the basic block where the _Unwind_Resume call will live.
226 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB);
234 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn);
235 PHINode *PN = PHINode::Create(Type::getInt8PtrTy(Ctx), ResumesLeft,
242 BranchInst::Create(UnwindBB, Parent);
251 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { function in class:ARMConstantPoolConstant
154 ARMConstantPoolConstant::Create(const GlobalVariable *GVar, function in class:ARMConstantPoolConstant
160 ARMConstantPoolConstant::Create(const GlobalValue *GV, function in class:ARMConstantPoolConstant
168 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, function in class:ARMConstantPoolConstant
175 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, function in class:ARMConstantPoolConstant
233 ARMConstantPoolSymbol *ARMConstantPoolSymbol::Create(LLVMContext &C, function in class:ARMConstantPoolSymbol
272 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, function in class:ARMConstantPoolMBB
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h124 static UnaryOperator *Create(UnaryOps Op, Value *S,
132 static UnaryOperator *Create(UnaryOps Op, Value *S,
136 /// These methods just forward to Create, and are useful when you
140 static UnaryOperator *Create##OPC(Value *V, const Twine &Name = "") {\
141 return Create(Instruction::OPC, V, Name);\
145 static UnaryOperator *Create##OPC(Value *V, const Twine &Name, \
147 return Create(Instruction::OPC, V, Name, BB);\
151 static UnaryOperator *Create##OPC(Value *V, const Twine &Name, \
153 return Create(Instruction::OPC, V, Name, I);\
161 UnaryOperator *UO = Create(Op
[all...]
H A DInstructions.h898 /// Constructors - Create a getelementptr instruction with a base pointer an
918 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, function in class:llvm::GetElementPtrInst
934 static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr, function in class:llvm::GetElementPtrInst
950 /// Create an "inbounds" getelementptr. See the documentation for the
964 Create(PointeeType, Ptr, IdxList, NameStr, InsertBefore);
981 Create(PointeeType, Ptr, IdxList, NameStr, InsertAtEnd);
1449 static CallInst *Create(FunctionType *Ty, Value *F, const Twine &NameStr = "", function in class:llvm::CallInst
1454 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1461 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1473 static CallInst *Create(FunctionTyp function in class:llvm::CallInst
1478 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1484 static CallInst *Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1495 static CallInst *Create(FunctionCallee Func, const Twine &NameStr = "", function in class:llvm::CallInst
1501 static CallInst *Create(FunctionCallee Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1509 static CallInst *Create(FunctionCallee Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1516 static CallInst *Create(FunctionCallee Func, const Twine &NameStr, function in class:llvm::CallInst
1522 static CallInst *Create(FunctionCallee Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1528 static CallInst *Create(FunctionCallee Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1536 static CallInst *Create(Value *Func, const Twine &NameStr = "", function in class:llvm::CallInst
1544 static CallInst *Create(Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1553 static CallInst *Create(Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1563 static CallInst *Create(Value *Func, const Twine &NameStr, function in class:llvm::CallInst
1571 static CallInst *Create(Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1579 static CallInst *Create(Value *Func, ArrayRef<Value *> Args, function in class:llvm::CallInst
1752 static SelectInst *Create(Value *C, Value *S1, Value *S2, function in class:llvm::SelectInst
1762 static SelectInst *Create(Value *C, Value *S1, Value *S2, function in class:llvm::SelectInst
1869 static ExtractElementInst *Create(Value *Vec, Value *Idx, function in class:llvm::ExtractElementInst
1875 static ExtractElementInst *Create(Value *Vec, Value *Idx, function in class:llvm::ExtractElementInst
1934 static InsertElementInst *Create(Value *Vec, Value *NewElt, Value *Idx, function in class:llvm::InsertElementInst
1940 static InsertElementInst *Create(Value *Vec, Value *NewElt, Value *Idx, function in class:llvm::InsertElementInst
2324 static ExtractValueInst *Create(Value *Agg, function in class:llvm::ShuffleVectorInst::ExtractValueInst
2332 static ExtractValueInst *Create(Value *Agg, function in class:llvm::ShuffleVectorInst::ExtractValueInst
2449 static InsertValueInst *Create(Value *Agg, Value *Val, function in class:llvm::ShuffleVectorInst::InsertValueInst
2456 static InsertValueInst *Create(Value *Agg, Value *Val, function in class:llvm::ShuffleVectorInst::InsertValueInst
2592 static PHINode *Create(Type *Ty, unsigned NumReservedValues, function in class:llvm::ShuffleVectorInst::PHINode
2598 static PHINode *Create(Type *Ty, unsigned NumReservedValues, function in class:llvm::ShuffleVectorInst::PHINode
2926 static ReturnInst* Create(LLVMContext &C, Value *retVal = nullptr, function in class:llvm::ShuffleVectorInst::ReturnInst
2931 static ReturnInst* Create(LLVMContext &C, Value *retVal, function in class:llvm::ShuffleVectorInst::ReturnInst
2936 static ReturnInst* Create(LLVMContext &C, BasicBlock *InsertAtEnd) { function in class:llvm::ShuffleVectorInst::ReturnInst
3037 static BranchInst *Create(BasicBlock *IfTrue, function in class:llvm::ShuffleVectorInst::BranchInst
3042 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, function in class:llvm::ShuffleVectorInst::BranchInst
3047 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *InsertAtEnd) { function in class:llvm::ShuffleVectorInst::BranchInst
3051 static BranchInst *Create(BasicBlock *IfTrue, BasicBlock *IfFalse, function in class:llvm::ShuffleVectorInst::BranchInst
3315 static SwitchInst *Create(Value *Value, BasicBlock *Default, function in class:llvm::ShuffleVectorInst::SwitchInst
3321 static SwitchInst *Create(Value *Value, BasicBlock *Default, function in class:llvm::ShuffleVectorInst::SwitchInst
3588 static IndirectBrInst *Create(Value *Address, unsigned NumDests, function in class:llvm::ShuffleVectorInst::SwitchInst::IndirectBrInst
3593 static IndirectBrInst *Create(Value *Address, unsigned NumDests, function in class:llvm::ShuffleVectorInst::SwitchInst::IndirectBrInst
3706 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3716 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3730 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3739 static InvokeInst *Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3752 static InvokeInst *Create(FunctionCallee Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3760 static InvokeInst *Create(FunctionCallee Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3769 static InvokeInst *Create(FunctionCallee Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3776 static InvokeInst *Create(FunctionCallee Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3785 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3796 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3808 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3817 static InvokeInst *Create(Value *Func, BasicBlock *IfNormal, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst
3966 static CallBrInst *Create(FunctionType *Ty, Value *Func, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
3977 static CallBrInst *Create(FunctionType *Ty, Value *Func, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
3993 static CallBrInst *Create(FunctionType *Ty, Value *Func, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4004 static CallBrInst *Create(FunctionType *Ty, Value *Func, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4019 static CallBrInst *Create(FunctionCallee Func, BasicBlock *DefaultDest, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4027 static CallBrInst *Create(FunctionCallee Func, BasicBlock *DefaultDest, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4037 static CallBrInst *Create(FunctionCallee Func, BasicBlock *DefaultDest, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4045 static CallBrInst *Create(FunctionCallee Func, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CallBrInst
4501 static CatchReturnInst *Create(Value *CatchPad, BasicBlock *BB, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CatchReturnInst
4508 static CatchReturnInst *Create(Value *CatchPad, BasicBlock *BB, function in class:llvm::ShuffleVectorInst::SwitchInst::InvokeInst::CatchReturnInst
[all...]
H A DNoFolder.h32 /// NoFolder - Create "constants" (actually, instructions) with no folding.
175 return BinaryOperator::Create(Opc, LHS, RHS);
207 return UnaryOperator::Create(Opc, C);
228 return GetElementPtrInst::Create(Ty, C, IdxList);
255 return CastInst::Create(Op, C, DestTy);
315 return SelectInst::Create(C, True, False);
319 return ExtractElementInst::Create(Vec, Idx);
324 return InsertElementInst::Create(Vec, NewElt, Idx);
334 return ExtractValueInst::Create(Agg, IdxList);
339 return InsertValueInst::Create(Ag
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp129 return CCMgrT::Create(ES, ErrorHandlerAddress);
134 return CCMgrT::Create(ES, ErrorHandlerAddress);
139 return CCMgrT::Create(ES, ErrorHandlerAddress);
143 return CCMgrT::Create(ES, ErrorHandlerAddress);
149 return CCMgrT::Create(ES, ErrorHandlerAddress);
155 return CCMgrT::Create(ES, ErrorHandlerAddress);
158 return CCMgrT::Create(ES, ErrorHandlerAddress);
244 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F);
292 Function::Create(cast<FunctionType>(F.getValueType()),
H A DSpeculation.cpp76 Function::Create(RuntimeCallTy, Function::LinkageTypes::ExternalLinkage,
103 // Create BasicBlocks before the program's entry basicblock
104 BasicBlock *SpeculateBlock = BasicBlock::Create(
106 BasicBlock *SpeculateDecisionBlock = BasicBlock::Create(
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i27 # Create a new debugger instance
28 debugger = lldb.SBDebugger.Create()
34 # Create a target from a file and arch
131 Create();
134 Create(bool source_init_files);
137 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
175 self.SetOutputFile(SBFile.Create(file, borrow=True))
182 self.SetInputFile(SBFile.Create(file, borrow=True))
189 self.SetErrorFile(SBFile.Create(file, borrow=True))
H A DSBFile.i44 def Create(cls, file, borrow=False, force_io_methods=False):
46 Create a SBFile from a python file object, with options.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp31 &ArchitectureMips::Create); member in class:ArchitectureMips
35 PluginManager::UnregisterPlugin(&ArchitectureMips::Create);
38 std::unique_ptr<Architecture> ArchitectureMips::Create(const ArchSpec &arch) { function in class:ArchitectureMips
158 // Create Disassembler Instance
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp35 CallInst *Call = CallInst::Create(Fn, "", InsertionPt);
46 Instruction *RetAddr = CallInst::Create(
56 CallInst::Create(Fn, ArrayRef<Value *>(Args), "", InsertionPt);
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dcreate.cc42 class Create: public FuseTest { class in inherits:FuseTest
66 class Create_7_8: public Create {
70 Create::SetUp();
118 TEST_F(Create, attr_cache)
151 TEST_F(Create, clear_attr_cache)
198 TEST_F(Create, eexist)
215 TEST_F(Create, Enosys)
264 TEST_F(Create, entry_cache_negative)
298 TEST_F(Create, entry_cache_negative_purge)
335 TEST_F(Create, eper
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp28 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectConstResult
50 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectConstResult
82 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectConstResult
94 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectConstResult
121 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectConstResult
164 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectConstResult
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp28 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, function in class:OMPThreadPrivateDecl
61 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, function in class:OMPAllocateDecl
104 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, function in class:OMPRequiresDecl
144 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( function in class:OMPDeclareReductionDecl
175 OMPDeclareMapperDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L, function in class:OMPDeclareMapperDecl
234 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, function in class:OMPCapturedExprDecl
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp24 platform_sp = Platform::Create(ConstString(m_platform_name.c_str()), error);
36 platform_sp = Platform::Create(arch, &platform_arch, error);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h73 CreateFunc Create) {
85 ArrayRef<uint8_t> StableRecord = Create(Data);
72 insertRecordAs(GloballyHashedType Hash, size_t RecordSize, CreateFunc Create) argument

Completed in 442 milliseconds

1234567891011>>