Home
last modified time | relevance | path

Searched defs:unknownLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Transforms/
H A DStripDebugInfo.cpp29 auto unknownLoc = UnknownLoc::get(&getContext()); in runOnOperation() local
/llvm-project/mlir/test/lib/IR/
H A DTestFunc.cpp27 UnknownLoc unknownLoc = UnknownLoc::get(module.getContext()); in runOnOperation() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h510 Location unknownLoc; global() variable
/llvm-project/mlir/test/CAPI/
H A Dir.c2384 MlirLocation unknownLoc = mlirLocationUnknownGet(ctx); in testDiagnostics() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp2436 Location unknownLoc = UnknownLoc::get(config.getContext()); parseBlockArguments() local