Searched refs:emitDebugLine (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | SerializeOps.cpp | 291 if (failed(emitDebugLine(functionHeader, op.getLoc()))) in processVariableOp() 344 if (failed(emitDebugLine(typesGlobalValues, varOp.getLoc()))) in processGlobalVariableOp() 387 if (failed(emitDebugLine(functionBody, loc))) in processSelectionOp() 449 if (failed(emitDebugLine(functionBody, loc))) in processLoopOp() 495 if (failed(emitDebugLine(functionBody, condBranchOp.getLoc()))) in processBranchConditionalOp() 503 if (failed(emitDebugLine(functionBody, branchOp.getLoc()))) in processBranchOp() 703 if (failed(emitDebugLine(functionBody, op.getLoc()))) in processOp()
|
| H A D | Serializer.h | 316 LogicalResult emitDebugLine(SmallVectorImpl<uint32_t> &binary, Location loc);
|
| H A D | Serializer.cpp | 1177 if (failed(emitDebugLine(functionBody, loc))) in processOpWithoutGrammarAttr() 1210 LogicalResult Serializer::emitDebugLine(SmallVectorImpl<uint32_t> &binary, in emitDebugLine() function in mlir::spirv::Serializer
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFEmitter.h | 40 Error emitDebugLine(raw_ostream &OS, const Data &DI);
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 569 Error DWARFYAML::emitDebugLine(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugLine() function in DWARFYAML 1018 .Case("debug_line", DWARFYAML::emitDebugLine) in getDWARFEmitterByName()
|