Searched refs:emitDebugLine (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFEmitter.h | 41 Error emitDebugLine(raw_ostream &OS, const Data &DI);
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Serializer.cpp | 392 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/ |
D | DWARFEmitter.cpp | 570 Error DWARFYAML::emitDebugLine(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugLine() function in DWARFYAML 1019 .Case("debug_line", DWARFYAML::emitDebugLine) in getDWARFEmitterByName()
|