Home
last modified time | relevance | path

Searched refs:emitDebugInfo (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/
H A DTranslateRegistration.cpp124 static LogicalResult roundTripModule(ModuleOp srcModule, bool emitDebugInfo, in roundTripModule() argument
137 options.emitDebugInfo = emitDebugInfo; in roundTripModule()
/llvm-project-15.0.7/mlir/include/mlir/Target/SPIRV/
H A DSerialization.h29 bool emitDebugInfo = false; member
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h39 Error emitDebugInfo(raw_ostream &OS, const Data &DI);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h490 void emitDebugInfo();
H A DDwarfDebug.cpp1436 emitDebugInfo(); in endModule()
2293 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp406 Error DWARFYAML::emitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugInfo() function in DWARFYAML
1017 .Case("debug_info", DWARFYAML::emitDebugInfo) in getDWARFEmitterByName()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp173 if (!options.emitDebugInfo) in processDebugInfo()
1212 if (!options.emitDebugInfo) in emitDebugLine()