Searched defs:Create (Results 1 - 25 of 128) sorted by relevance

123456

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.h53 static Expected<std::unique_ptr<DebugInfoPreservationPlugin>> Create() { function in class:llvm::orc::DebugInfoPreservationPlugin
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { function in class:DeclGroup
H A DDeclFriend.cpp34 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC, function in class:FriendDecl
H A DOpenMPClause.cpp343 OMPOrderedClause *OMPOrderedClause::Create(const ASTContext &C, Expr *Num, function in class:OMPOrderedClause
[all...]
H A DStmtObjC.cpp45 ObjCAtTryStmt *ObjCAtTryStmt::Create(const ASTContext &Context, function in class:ObjCAtTryStmt
H A DASTConcept.cpp66 ASTConstraintSatisfaction::Create(const ASTContext &C, function in class:ASTConstraintSatisfaction
93 ConceptReference::Create(const ASTContext &C, NestedNameSpecifierLoc NNS, function in class:ConceptReference
H A DDeclOpenMP.cpp28 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, function in class:OMPThreadPrivateDecl
57 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, function in class:OMPAllocateDecl
85 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, function in class:OMPRequiresDecl
112 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( function in class:OMPDeclareReductionDecl
142 OMPDeclareMapperDecl *OMPDeclareMapperDecl::Create( function in class:OMPDeclareMapperDecl
174 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, function in class:OMPCapturedExprDecl
H A DExprConcepts.cpp60 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, function in class:ConceptSpecializationExpr
87 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, function in class:ConceptSpecializationExpr
173 RequiresExpr *RequiresExpr::Create( function in class:RequiresExpr
188 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, function in class:RequiresExpr
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCEHFrameRegistrar.cpp20 EPCEHFrameRegistrar::Create(ExecutionSession &ES) { function in class:llvm::orc::EPCEHFrameRegistrar
H A DLayer.cpp194 BasicObjectLayerMaterializationUnit::Create(ObjectLayer &L, function in class:llvm::BasicObjectLayerMaterializationUnit
H A DCOFFVCRuntimeSupport.cpp23 COFFVCRuntimeBootstrapper::Create(ExecutionSession &ES, function in class:COFFVCRuntimeBootstrapper
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp23 SystemZConstantPoolValue::Create(const GlobalValue *GV, function in class:SystemZConstantPoolValue
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp16 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, function in class:OptionValueUInt64
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp28 &ArchitecturePPC64::Create); member in class:ArchitecturePPC64
35 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { function in class:ArchitecturePPC64
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharedCluster.h24 static std::shared_ptr<ClusterManager> Create() { function in class:lldb_private::ClusterManager
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp25 lldb::ValueObjectSP ValueObjectCast::Create(ValueObject &parent, function in class:ValueObjectCast
H A DValueObjectMemory.cpp32 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectMemory
41 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectMemory
/freebsd-current/tests/sys/fs/fusefs/
H A Dcreate.cc40 class Create: public FuseTest { class in inherits:FuseTest
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp25 &ArchitectureArm::Create); member in class:ArchitectureArm
32 std::unique_ptr<Architecture> ArchitectureArm::Create(const ArchSpec &arch) { function in class:ArchitectureArm
/freebsd-current/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h93 Create(orc::ExecutorProcessControl &EPC) { function in class:llvm::RemoteResolver
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp86 CSKYConstantPoolConstant *CSKYConstantPoolConstant::Create( function in class:CSKYConstantPoolConstant
93 CSKYConstantPoolConstant *CSKYConstantPoolConstant::Create( function in class:CSKYConstantPoolConstant
143 CSKYConstantPoolSymbol::Create(Type *Ty, const char *S, unsigned PCAdjust, function in class:CSKYConstantPoolSymbol
176 CSKYConstantPoolMBB *CSKYConstantPoolMBB::Create(Type *Ty, function in class:CSKYConstantPoolMBB
209 CSKYConstantPoolJT::Create(Type *Ty, int JTI, unsigned PCAdj, function in class:CSKYConstantPoolJT
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h71 insertRecordAs(GloballyHashedType Hash, size_t RecordSize, CreateFunc Create) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h51 Create(std::unique_ptr<TaskDispatcher> D, Setup S, function in class:llvm::orc::SimpleRemoteEPC
H A DLazyReexports.h118 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { function in class:llvm::orc::LocalLazyCallThroughManager
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp82 std::unique_ptr<Acceptor> Acceptor::Create(StringRef name, function in class:Acceptor

Completed in 343 milliseconds

123456