Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h41 Error emitDebugLine(raw_ostream &OS, const Data &DI);
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp392 LogicalResult emitDebugLine(SmallVectorImpl<uint32_t> &binary, Location loc);
931 emitDebugLine(functionHeader, op.getLoc()); in processVariableOp()
994 emitDebugLine(typesGlobalValues, varOp.getLoc()); in processGlobalVariableOp()
1727 emitDebugLine(functionBody, loc); in processSelectionOp()
1789 emitDebugLine(functionBody, loc); in processLoopOp()
1829 emitDebugLine(functionBody, condBranchOp.getLoc()); in processBranchConditionalOp()
1835 emitDebugLine(functionBody, branchOp.getLoc()); in processBranchOp()
2101 emitDebugLine(functionBody, op.getLoc()); in processOp()
2125 LogicalResult Serializer::emitDebugLine(SmallVectorImpl<uint32_t> &binary, in emitDebugLine() function in Serializer
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp570 Error DWARFYAML::emitDebugLine(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugLine() function in DWARFYAML
1019 .Case("debug_line", DWARFYAML::emitDebugLine) in getDWARFEmitterByName()