Searched defs:create (Results 76 - 100 of 222) sorted by relevance

123456789

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp45 SymbolizableObjectFile::create(const object::ObjectFile *Obj, function in class:SymbolizableObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp97 std::unique_ptr<Stream> Stream::create(StreamType Type) { function in class:Stream
463 Stream::create(const Directory &StreamDesc, const object::MinidumpFile &File) { function in class:Stream
553 Expected<Object> Object::create(const object::MinidumpFile &File) { function in class:Object
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp48 bool create = force; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp46 bool create = force; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h54 template <class... ArgTs> Node *create(ArgTs &&... Args) { function in class:llvm::AllocatorList
H A DImmutableList.h214 ImmutableList<T> create(ElemT &&Data) { function in class:llvm::ImmutableListFactory
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h188 unsigned create() { return createFrom(getReg()); } function in class:llvm::LiveRangeEdit
/freebsd-12-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp74 static llvm::Optional<SemaphorePipe> create() { function in struct:__anon2978::SemaphorePipe
323 llvm::Expected<std::unique_ptr<DirectoryWatcher>> clang::DirectoryWatcher::create( function in class:clang::DirectoryWatcher
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp28 IdentifierLoc *IdentifierLoc::create(ASTContext &Ctx, SourceLocation Loc, function in class:IdentifierLoc
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp380 CodeRangeASTSelection::create(SourceRange SelectionRange, function in class:CodeRangeASTSelection
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp159 ReplaceNodeWithTemplate::create(StringRef FromId, StringRef ToTemplate) { function in class:clang::tooling::ReplaceNodeWithTemplate
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h121 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove, bool create) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp205 GetAndLock(ThreadState *thr, uptr pc, uptr addr, bool write_lock, bool create) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h262 Expected<std::unique_ptr<JITType>> create() { function in class:llvm::orc::LLJITBuilderSetters
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h93 static MCFixup create(uint32_t Offset, const MCExpr *Value, function in class:llvm::MCFixup
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp566 SampleProfileWriter::create(StringRef Filename, SampleProfileFormat Format) { function in class:SampleProfileWriter
588 SampleProfileWriter::create(std::unique_ptr<raw_ostream> &OS, function in class:SampleProfileWriter
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp159 Expected<std::unique_ptr<TarWriter>> TarWriter::create(StringRef OutputPath, function in class:TarWriter
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp76 CoveragePrinter::create(const CoverageViewOptions &Opts) { function in class:CoveragePrinter
139 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, function in class:SourceCoverageView
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dtrail.c94 trail_new(const char *dirname, bool create) argument
/freebsd-12-stable/contrib/binutils/bfd/
H A Dhash.c416 bfd_hash_lookup(struct bfd_hash_table *table, const char *string, bfd_boolean create, bfd_boolean copy) argument
[all...]
/freebsd-12-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_poll_private.h163 apr_status_t (*create)(apr_pollset_t *, apr_uint32_t, apr_pool_t *, apr_uint32_t); member in struct:apr_pollset_provider_t
172 apr_status_t (*create)(apr_pollcb_t *, apr_uint32_t, apr_pool_t *, apr_uint32_t); member in struct:apr_pollcb_provider_t
/freebsd-12-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c445 static apr_status_t getpage(apr_sdbm_t *db, long hash, int by_num, int create) argument
383 read_from(apr_file_t *f, void *buf, apr_off_t off, apr_size_t len, int create) argument
/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dfuzz.py62 def create(r): function
/freebsd-12-stable/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c745 dtrace_probedesc_t *create = &desc->dtrpd_create; local
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_pipe.c653 netmap_get_pipe_na(struct nmreq_header *hdr, struct netmap_adapter **na, struct netmap_mem_d *nmd, int create) argument
[all...]

Completed in 341 milliseconds

123456789