Searched defs:create (Results 176 - 200 of 231) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp593 std::unique_ptr<TargetMachine> TargetMachineBuilder::create() const { function in class:TargetMachineBuilder
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp79 ResourceEntryRef::create(BinaryStreamRef BSR, const WindowsResource *Owner) { function in class:llvm::object::ResourceEntryRef
H A DCOFFObjectFile.cpp808 COFFObjectFile::create(MemoryBufferRef Object) { function in class:COFFObjectFile
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp662 PathDiagnosticLocation::create(const ProgramPoint& P, function in class:PathDiagnosticLocation
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1305 T *create(Arg A, ProgramStateRef St, const LocationContext *LCtx, function in class:clang::ento::CallEventManager
1313 T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx, function in class:clang::ento::CallEventManager
1321 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St, function in class:clang::ento::CallEventManager
1330 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, function in class:clang::ento::CallEventManager
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp63 SystemZFrameLowering::create(const SystemZSubtarget &STI) { function in class:SystemZFrameLowering
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h839 Expected<ELFFile<ELFT>> ELFFile<ELFT>::create(StringRef Object) { function in class:llvm::object::ELFFile
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp84 static FrameIndexOperand create(StringRef Name, unsigned ID) { function in struct:__anon1891::FrameIndexOperand
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h485 template <typename T, typename... U> void create(U &&... V) { function in class:llvm::json::Value
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp75 bool create = force; local
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp712 static OperandMatchEntry create(const MatchableInfo *mi, ClassInfo *ci, function in struct:__anon3121::OperandMatchEntry
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp875 std::unique_ptr<SICacheControl> SICacheControl::create(cons function in class:SICacheControl
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzap.c974 boolean_t create; local
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c811 acquire_group(struct mlx4_ib_demux_ctx *ctx, union ib_gid *mgid, int create, gfp_t gfp_mask) argument
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2639 dt_xcook_ident(dt_node_t *dnp, dt_idhash_t *dhp, uint_t idkind, int create) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h248 static PathDiagnosticLocation create(const Decl *D, function in class:clang::ento::PathDiagnosticLocation
/freebsd-current/crypto/openssl/apps/
H A Dx509.c1088 x509_load_serial(const char *CAfile, const char *serialfile, int create) argument
/freebsd-current/sys/dev/netmap/
H A Dnetmap.c1556 netmap_get_na(struct nmreq_header *hdr, struct netmap_adapter **na, if_t *ifp, struct netmap_mem_d *nmd, int create) argument
[all...]
/freebsd-current/sys/netinet/libalias/
H A Dalias_db.c98 StartPointIn(struct libalias *la, struct in_addr alias_addr, u_short alias_port, int link_type, int create) argument
990 FindIcmpIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short id_alias, int create) argument
1013 FindIcmpOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short id, int create) argument
1133 FindUdpTcpIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, u_char proto, int create) argument
1172 FindUdpTcpOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, u_char proto, int create) argument
[all...]
/freebsd-current/sys/geom/raid/
H A Dmd_ddf.c541 ddf_meta_find_sa(struct ddf_meta *meta, int create) argument
/freebsd-current/sys/dev/usb/wlan/
H A Dif_uath.c1890 struct uath_cmd_create_connection create; local
[all...]
/freebsd-current/sys/dev/sound/pci/
H A Denvy24ht.c106 void *(*create)(device_t dev, void *devinfo, int dir, int num); member in struct:codec_entry
H A Denvy24.c97 void *(*create)(device_t dev, void *devinfo, int dir, int num); member in struct:codec_entry
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1825 SampleProfileReader::create(const std::string Filename, LLVMContext &C, function in class:SampleProfileReader
1845 SampleProfileReaderItaniumRemapper::create(const std::string Filename, function in class:SampleProfileReaderItaniumRemapper
1866 SampleProfileReaderItaniumRemapper::create(std::unique_ptr<MemoryBuffer> &B, function in class:SampleProfileReaderItaniumRemapper
1896 SampleProfileReader::create(std::unique_ptr<MemoryBuffer> &B, LLVMContext &C, function in class:SampleProfileReader
[all...]
H A DInstrProf.cpp451 Error InstrProfSymtab::create(Module &M, bool InLTO) { function in class:llvm::InstrProfSymtab
515 Error InstrProfSymtab::create(StringRef NameStrings) { function in class:llvm::InstrProfSymtab

Completed in 701 milliseconds

12345678910