Home
last modified time | relevance | path

Searched refs:sourceFileLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Parser/
H A DParser.cpp22 LocationAttr *sourceFileLoc) { in parseSourceFile() argument
24 if (sourceFileLoc) { in parseSourceFile()
25 *sourceFileLoc = FileLineColLoc::get(config.getContext(), in parseSourceFile()
36 LocationAttr *sourceFileLoc) { in parseSourceFile() argument
39 if (sourceFileLoc) { in parseSourceFile()
40 *sourceFileLoc = FileLineColLoc::get(config.getContext(), in parseSourceFile()
51 LocationAttr *sourceFileLoc) { in parseSourceFile() argument
53 return parseSourceFile(filename, sourceMgr, block, config, sourceFileLoc); in parseSourceFile()
77 LocationAttr *sourceFileLoc) { in parseSourceFile() argument
80 return parseSourceFile(sourceMgr, block, config, sourceFileLoc); in parseSourceFile()
[all …]
/llvm-project/mlir/include/mlir/Parser/
H A DParser.h39 Block *parsedBlock, MLIRContext *context, Location sourceFileLoc) { in constructContainerOpForParserIfNecessary() argument
53 return emitError(sourceFileLoc) in constructContainerOpForParserIfNecessary()
67 ContainerOpT op = builder.create<ContainerOpT>(sourceFileLoc); in constructContainerOpForParserIfNecessary()
95 LocationAttr *sourceFileLoc = nullptr);
103 LocationAttr *sourceFileLoc = nullptr);
114 LocationAttr *sourceFileLoc = nullptr);
126 LocationAttr *sourceFileLoc = nullptr);
135 LocationAttr *sourceFileLoc = nullptr);
149 LocationAttr *sourceFileLoc = nullptr);
157 LocationAttr sourceFileLoc; in parseSourceFile() local
[all …]
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp2533 Location sourceFileLoc = in BytecodeReader()
2536 impl = std::make_unique<Impl>(sourceFileLoc, config, lazyLoading, buffer, in BytecodeReader()
2574 Location sourceFileLoc = in readBytecodeFileImpl()
2578 return emitError(sourceFileLoc, in readBytecodeFileImpl()
2582 BytecodeReader::Impl reader(sourceFileLoc, config, /*lazyLoading=*/false, in readBytecodeFileImpl()
2534 Location sourceFileLoc = BytecodeReader() local
2575 Location sourceFileLoc = readBytecodeFileImpl() local