Searched defs:create (Results 101 - 125 of 232) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp31 SymbolizableObjectFile::create(const object::ObjectFile *Obj, function in class:SymbolizableObjectFile
/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp76 CoveragePrinter::create(const CoverageViewOptions &Opts) { function in class:CoveragePrinter
140 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, function in class:SourceCoverageView
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp106 Instruction::create(const MCInstrInfo &InstrInfo, function in class:llvm::exegesis::Instruction
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h159 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove, bool create) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp204 SyncVar *MetaMap::GetSync(ThreadState *thr, uptr pc, uptr addr, bool create, argument
/openbsd-current/gnu/gcc/gcc/
H A Dtlink.c117 symbol_hash_lookup(const char *string, int create) argument
159 demangled_hash_lookup(const char *string, int create) argument
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dmerge.c134 sec_merge_hash_lookup(struct sec_merge_hash *table, const char *string, unsigned int alignment, bfd_boolean create) argument
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldexp.c702 bfd_boolean create; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dmerge.c133 sec_merge_hash_lookup(struct sec_merge_hash *table, const char *string, unsigned int alignment, bfd_boolean create) argument
/openbsd-current/lib/libcrypto/conf/
H A Dconf.h90 CONF *(*create)(CONF_METHOD *meth); member in struct:conf_method_st
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DUstar.pm606 sub create($self) subroutine
619 sub create($self) subroutine
650 sub create($self) subroutine
668 sub create($self) subroutine
683 sub create($self) subroutine
777 sub create($self) subroutine
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h183 static TrackerRef create(PathSensitiveBugReport &Report) { function in class:clang::ento::bugreporter::Tracker
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DASTTypeTraits.h252 static DynTypedNode create(const T &Node) { function in class:clang::DynTypedNode
421 static DynTypedNode create(const BaseT &Node) { function in struct:clang::DynTypedNode::DynCastPtrConverter
441 static DynTypedNode create(const T &Node) { function in struct:clang::DynTypedNode::PtrConverter
460 static DynTypedNode create(const T &Node) { function in struct:clang::DynTypedNode::ValueConverter
483 static DynTypedNode create(cons function in struct:clang::DynTypedNode::DynCastValueConverter
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp38 bool create = force; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp50 bool create = force; local
[all...]
/openbsd-current/gnu/llvm/lld/COFF/
H A DDLL.cpp659 void IdataContents::create(COFFLinkerContext &ctx) { function in class:lld::coff::IdataContents
719 void DelayLoadContents::create(Defined *h) { function in class:lld::coff::DelayLoadContents
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h317 static Expected<LocalIndirectStubsInfo> create(unsigned MinStubs, function in class:llvm::orc::LocalIndirectStubsInfo
H A DLLJIT.h376 Expected<std::unique_ptr<JITType>> create() { function in class:llvm::orc::LLJITBuilderSetters
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalTree.h647 void create() { function in class:llvm::IntervalTree
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp204 Expected<UnwindTable> UnwindTable::create(const FDE *Fde) { function in class:UnwindTable
234 Expected<UnwindTable> UnwindTable::create(const CIE *Cie) { function in class:UnwindTable
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp50 Expected<MSFBuilder> MSFBuilder::create(BumpPtrAllocator &Allocator, function in class:MSFBuilder
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp510 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, function in class:GlobalAlias
516 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, function in class:GlobalAlias
522 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, function in class:GlobalAlias
528 GlobalAlias *GlobalAlias::create(LinkageType function in class:GlobalAlias
534 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { function in class:GlobalAlias
571 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, function in class:GlobalIFunc
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp173 RawMemProfReader::create(const Twine &Path, const StringRef ProfiledBinary, function in class:llvm::memprof::RawMemProfReader
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCExpr.cpp183 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, function in class:MCBinaryExpr
189 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, function in class:MCUnaryExpr
194 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx, function in class:MCConstantExpr
210 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, function in class:MCSymbolRefExpr
216 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, function in class:MCSymbolRefExpr
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DBuilder.pm163 sub create { subroutine

Completed in 256 milliseconds

12345678910