Searched defs:sourceStr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Parser/ |
H A D | Parser.cpp | 90 LogicalResult mlir::parseSourceString(llvm::StringRef sourceStr, Block *block, in parseSourceString()
|
/llvm-project/lld/COFF/ |
H A D | DriverUtils.cpp | 781 std::string sourceStr = source ? toString(source) : "cmd-line"; checkFailIfMismatch() local
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRCore.cpp | 1204 parse(PyMlirContextRef contextRef,const std::string & sourceStr,const std::string & sourceName) parse() argument 3127 __anon0d8b16ee4f02(const std::string &sourceStr, const std::string &sourceName, DefaultingPyMlirContext context) populateIRCore() argument 3172 __anon0d8b16ee5502(const py::object &cls, const std::string &sourceStr, const std::string &sourceName, DefaultingPyMlirContext context) populateIRCore() argument
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | IR.cpp | 494 mlirOperationCreateParse(MlirContext context,MlirStringRef sourceStr,MlirStringRef sourceName) mlirOperationCreateParse() argument
|