Searched defs:create (Results 201 - 225 of 231) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp96 DyldELFObject<ELFT>::create(MemoryBufferRef Wrapper) { function in class:__anon2044::DyldELFObject
234 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, function in class:llvm::llvm::RuntimeDyldELF
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1484 create(const Matcher<T> &InnerMatcher) { function in struct:clang::ast_matchers::ArgumentAdaptingMatcherFunc
1931 ReturnTypesF>::create(ArrayRef<const Matcher<InnerTBase> *> InnerMatchers) { function in class:clang::ast_matchers::TypeTraversePolymorphicMatcher
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h420 static ExpansionInfo create(SourceLocation SpellingLoc, SourceLocation Start, function in class:clang::SrcMgr::ExpansionInfo
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1520 ObjCTypeParamList *ObjCTypeParamList::create( function in class:ObjCTypeParamList
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h543 Error InstrProfSymtab::create(StringRef D, uint64_t BaseAddr) { function in class:llvm::InstrProfSymtab
550 Error InstrProfSymtab::create(const NameIterRange &IterRange) { function in class:llvm::InstrProfSymtab
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1119 ELFObjectFile<ELFT>::create(MemoryBufferRef Object, bool InitContent) { function in class:llvm::object::ELFObjectFile
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp448 Error MachOPlatformRuntimeState::create() { function in class:__anon1158::MachOPlatformRuntimeState
/freebsd-current/sys/arm64/vmm/
H A Dvmm.c384 vm_init(struct vm *vm, bool create) argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp819 CGFunctionInfo *CGFunctionInfo::create(unsigned llvmCC, bool instanceMethod, function in class:CGFunctionInfo
/freebsd-current/contrib/bmake/
H A Dmake.h799 StringList create; member in struct:CmdOpts
/freebsd-current/sys/dev/qlxgbe/
H A Dql_hw.c1541 qla_config_intr_cntxt(qla_host_t *ha, uint32_t start_idx, uint32_t num_intrs, uint32_t create) argument
/freebsd-current/sys/amd64/vmm/
H A Dvmm.c495 vm_init(struct vm *vm, bool create) argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2439 DWARFContext::create(const object::ObjectFile &Obj, function in class:DWARFContext
2455 DWARFContext::create(const StringMap<std::unique_ptr<MemoryBuffer>> &Sections, function in class:DWARFContext
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1144 XCOFFObjectFile::create(unsigned Type, MemoryBufferRef MBR) { function in class:llvm::object::XCOFFObjectFile
1391 Expected<TBVectorExt> TBVectorExt::create(StringRef TBvectorStrRef) { function in class:llvm::object::TBVectorExt
1439 XCOFFTracebackTable::create(const uint8_t *Ptr, uint64_t &Size, bool Is64Bit) { function in class:llvm::object::XCOFFTracebackTable
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1517 ASTUnit::create(std::shared_ptr<CompilerInvocation> CI, function in class:ASTUnit
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp106 std::unique_ptr<MipsAbiFlagsSection<ELFT>> MipsAbiFlagsSection<ELFT>::create() { function in class:MipsAbiFlagsSection
108 bool create = false; local
172 std::unique_ptr<MipsOptionsSection<ELFT>> MipsOptionsSection<ELFT>::create() { function in class:MipsOptionsSection
229 std::unique_ptr<MipsReginfoSection<ELFT>> MipsReginfoSection<ELFT>::create() { function in class:MipsReginfoSection
2876 template <class ELFT> GdbIndexSection *GdbIndexSection::create() { function in class:GdbIndexSection
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp937 void CoroCloner::create() { function in class:CoroCloner
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp285 static GlobalTypeMember *create(BumpPtrAllocator &Alloc, GlobalObject *GO, function in class:__anon2844::final
318 static ICallBranchFunnel *create(BumpPtrAllocator &Alloc, CallInst *CI, function in struct:__anon2844::final
[all...]
/freebsd-current/sys/cam/ctl/
H A Dctl_ioctl.h425 struct ctl_lun_create_params create; member in union:ctl_lunreq_data
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2827 int error = 0, create, claim, exclusive_flag = 0, override; local
[all...]
/freebsd-current/stand/ficl/
H A Dwords.c2768 static void create(FICL_VM *pVM) function
/freebsd-current/sys/kern/
H A Dsubr_bus.c501 devclass_find_internal(const char *classname, const char *parentname, int create) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h163 static OMPCanonicalLoop *create(const ASTContext &Ctx, Stmt *LoopStmt, function in class:clang::OMPCanonicalLoop
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp524 MipsTargetLowering::create(const MipsTargetMachine &TM, function in class:MipsTargetLowering
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp525 static std::unique_ptr<SymbolRemapper> create(StringRef InputFile) { function in class:__anon3091::SymbolRemapper
[all...]

Completed in 436 milliseconds

12345678910