/llvm-project/mlir/lib/Tools/PDLL/AST/ |
H A D | Nodes.cpp | 33 const Name &Name::create(Context &ctx, StringRef name, SMRange location) { in create() function in Name 192 CompoundStmt *CompoundStmt::create(Context &ctx, SMRange loc, in create() function in CompoundStmt 207 LetStmt *LetStmt::create(Context &ctx, SMRange loc, VariableDecl *varDecl) { in create() function in LetStmt 218 EraseStmt *EraseStmt::create(Context &ctx, SMRange loc, Expr *rootOp) { in create() function in EraseStmt 225 ReplaceStmt *ReplaceStmt::create(Context &ctx, SMRange loc, Expr *rootOp, in create() function in ReplaceStmt 239 RewriteStmt *RewriteStmt::create(Context &ctx, SMRange loc, Expr *rootOp, in create() function in RewriteStmt 249 ReturnStmt *ReturnStmt::create(Context &ctx, SMRange loc, Expr *resultExpr) { in create() function in ReturnStmt 258 AttributeExpr *AttributeExpr::create(Context &ctx, SMRange loc, in create() function in AttributeExpr 268 CallExpr *CallExpr::create(Context &ctx, SMRange loc, Expr *callable, in create() function in CallExpr 285 DeclRefExpr *DeclRefExpr::create(Context &ctx, SMRange loc, Decl *decl, in create() function in DeclRefExpr [all …]
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXMCExpr.cpp | 19 NVPTXFloatMCExpr::create(VariantKind Kind, const APFloat &Flt, MCContext &Ctx) { in create() function in NVPTXFloatMCExpr 59 NVPTXGenericMCSymbolRefExpr::create(const MCSymbolRefExpr *SymExpr, in create() function in NVPTXGenericMCSymbolRefExpr
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Sarif.h | 82 static SarifArtifactLocation create(llvm::StringRef URI) { in create() function 119 static SarifArtifact create(const SarifArtifactLocation &Loc) { in create() function 185 static ThreadFlow create() { return {}; } in create() function 221 static SarifReportingConfiguration create() { return {}; }; in create() function 269 static SarifRule create() { return {}; } in create() function 333 static SarifResult create(uint32_t RuleIdx) { return SarifResult{RuleIdx}; } in create() function
|
H A D | DiagnosticError.h | 32 static llvm::Error create(SourceLocation Loc, PartialDiagnostic Diag) { in create() function
|
/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
H A D | MessageObjects.cpp | 20 Expected<ProcessInfo> ProcessInfo::create(StringRef response) { in create() function in llgs_tests::ProcessInfo 99 Expected<JThreadsInfo> JThreadsInfo::create(StringRef Response, in create() function in llgs_tests::JThreadsInfo 142 Expected<RegisterInfo> RegisterInfoParser::create(StringRef Response) { in create() function in llgs_tests::RegisterInfoParser 233 StopReply::create(StringRef Response, llvm::endianness Endian, in create() function in llgs_tests::StopReply 272 StopReplyStop::create(StringRef Response, llvm::endianness Endian, in create() function in llgs_tests::StopReplyStop 333 StopReplyExit::create(StringRef Response) { in create() function in llgs_tests::StopReplyExit
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | LiveVariables.h | 101 create(AnalysisDeclContext &analysisContext) { in create() function 115 create(AnalysisDeclContext &analysisContext) { in create() function
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Arena.h | 36 create(Args &&...args) { in create() function 52 create(Args &&...args) { in create() function
|
/llvm-project/clang/lib/DirectoryWatcher/default/ |
H A D | DirectoryWatcher-not-implemented.cpp | 14 llvm::Expected<std::unique_ptr<DirectoryWatcher>> clang::DirectoryWatcher::create( in create() function in clang::DirectoryWatcher
|
/llvm-project/lld/MachO/ |
H A D | Dwarf.cpp | 20 std::unique_ptr<DwarfObject> DwarfObject::create(ObjFile *obj) { in create() function in DwarfObject
|
/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmReader.cpp | 18 Expected<std::unique_ptr<Object>> Reader::create() const { in create() function in llvm::objcopy::wasm::Reader
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
H A D | FindAllSymbolsAction.h | 50 std::unique_ptr<FrontendAction> create() override { in create() function
|
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCExpr.cpp | 27 const AArch64MCExpr *AArch64MCExpr::create(const MCExpr *Expr, VariantKind Kind, in create() function in AArch64MCExpr 158 const AArch64AuthMCExpr *AArch64AuthMCExpr::create(const MCExpr *Expr, create() function in AArch64AuthMCExpr
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | TypePool.h | 46 create(llvm::parallel::PerThreadBumpPtrAllocator &Allocator) { in create() function 100 create(const StringRef &Key, in create() function
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCExpr.cpp | 17 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in ARMMCExpr
|
/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCExpr.cpp | 15 const SystemZMCExpr *SystemZMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in SystemZMCExpr
|
/llvm-project/llvm/lib/ObjCopy/ |
H A D | CommonConfig.cpp | 16 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create() function in llvm::objcopy::NameOrPattern
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | AllocationOrder.cpp | 29 AllocationOrder AllocationOrder::create(unsigned VirtReg, const VirtRegMap &VRM, in create() function in AllocationOrder
|
/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 544 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, create() function in GlobalAlias 550 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, create() function in GlobalAlias 556 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, create() function in GlobalAlias 562 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, create() function in GlobalAlias 568 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { create() function in GlobalAlias 601 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, create() function in GlobalIFunc [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | MCExpr.cpp | 182 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, create() function in MCBinaryExpr 188 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, create() function in MCUnaryExpr 193 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx, create() function in MCConstantExpr 209 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, create() function in MCSymbolRefExpr 215 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, create() function in MCSymbolRefExpr
|
/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCExpr.cpp | 17 const LanaiMCExpr *LanaiMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in LanaiMCExpr
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Formula.cpp | 20 const Formula &Formula::create(llvm::BumpPtrAllocator &Alloc, Kind K, in create() function in clang::dataflow::Formula
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | ClangDoc.cpp | 38 std::unique_ptr<FrontendAction> MapperActionFactory::create() { in create() function in clang::doc::MapperActionFactory
|
/llvm-project/llvm/lib/Object/ |
H A D | TapiUniversal.cpp | 56 TapiUniversal::create(MemoryBufferRef Source) { create() function in TapiUniversal
|
/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | StringPool.h | 44 create(const StringRef &Key, in create() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | ImplicitLocOpBuilder.h | 66 OpTy create(Args &&...args) { in create() function
|