Home
last modified time | relevance | path

Searched refs:emitDebugLine (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp291 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 DSerializer.h316 LogicalResult emitDebugLine(SmallVectorImpl<uint32_t> &binary, Location loc);
H A DSerializer.cpp1177 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 DDWARFEmitter.h40 Error emitDebugLine(raw_ostream &OS, const Data &DI);
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp569 Error DWARFYAML::emitDebugLine(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugLine() function in DWARFYAML
1018 .Case("debug_line", DWARFYAML::emitDebugLine) in getDWARFEmitterByName()