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

123456

/openbsd-current/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp21 &ArchitectureAArch64::Create); member in class:ArchitectureAArch64
29 ArchitectureAArch64::Create(const ArchSpec &arch) { function in class:ArchitectureAArch64
/openbsd-current/gnu/llvm/lldb/tools/lldb-fuzzer/utils/
H A DTempFile.cpp20 std::unique_ptr<TempFile> TempFile::Create(uint8_t *data, size_t size) { function in class:TempFile
/openbsd-current/gnu/llvm/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 DASTConcept.cpp67 ASTConstraintSatisfaction::Create(const ASTContext &C, function in class:ASTConstraintSatisfaction
H A DOpenMPClause.cpp340 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 DExprConcepts.cpp61 ConceptSpecializationExpr *ConceptSpecializationExpr::Create( function in class:ConceptSpecializationExpr
70 ConceptSpecializationExpr *ConceptSpecializationExpr::Create( function in class:ConceptSpecializationExpr
106 ConceptSpecializationExpr *ConceptSpecializationExpr::Create( function in class:ConceptSpecializationExpr
176 RequiresExpr::Create(ASTContext &C, SourceLocation RequiresKWLoc, function in class:RequiresExpr
190 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, function in class:RequiresExpr
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp23 SystemZConstantPoolValue::Create(const GlobalValue *GV, function in class:SystemZConstantPoolValue
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DSharedCluster.h24 static std::shared_ptr<ClusterManager> Create() { function in class:lldb_private::ClusterManager
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp16 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, function in class:OptionValueUInt64
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetRepetitor.cpp134 SnippetRepetitor::Create(InstructionBenchmark::RepetitionModeE Mode, function in class:SnippetRepetitor
/openbsd-current/gnu/llvm/llvm/tools/lli/
H A DForwardingMemoryManager.h93 Create(orc::ExecutorProcessControl &EPC) { function in class:llvm::RemoteResolver
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCEHFrameRegistrar.cpp19 Expected<std::unique_ptr<EPCEHFrameRegistrar>> EPCEHFrameRegistrar::Create( function in class:llvm::orc::EPCEHFrameRegistrar
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h71 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { function in class:llvm::orc::KaleidoscopeJIT
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { function in class:llvm::orc::KaleidoscopeJIT
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBArch.cpp70 DNBArchProtocol *DNBArchProtocol::Create(MachThread *thread) { function in class:DNBArchProtocol
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DDiagnostics.cpp83 Error Diagnostics::Create(const FileSpec &dir) { function in class:Diagnostics
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h119 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { function in class:llvm::orc::LocalLazyCallThroughManager
H A DSimpleRemoteEPC.h51 Create(std::unique_ptr<TaskDispatcher> D, Setup S, function in class:llvm::orc::SimpleRemoteEPC

Completed in 158 milliseconds

123456