Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DTranslateRegistration.cpp123 static LogicalResult roundTripModule(ModuleOp srcModule, bool emitDebugInfo, in roundTripModule() argument
135 if (failed(spirv::serialize(*spirvModules.begin(), binary, emitDebugInfo))) in roundTripModule()
DSerializer.cpp137 explicit Serializer(spirv::ModuleOp module, bool emitDebugInfo = false);
402 bool emitDebugInfo = false; member in __anon4460d32f0111::Serializer
528 Serializer::Serializer(spirv::ModuleOp module, bool emitDebugInfo) in Serializer() argument
530 emitDebugInfo(emitDebugInfo) {} in Serializer()
619 if (!emitDebugInfo) in processDebugInfo()
2127 if (!emitDebugInfo) in emitDebugLine()
2144 bool emitDebugInfo) { in serialize() argument
2149 Serializer serializer(module, emitDebugInfo); in serialize()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSerialization.h31 bool emitDebugInfo = false);
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h40 Error emitDebugInfo(raw_ostream &OS, const Data &DI);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h338 void emitDebugInfo();
DDwarfDebug.cpp634 emitDebugInfo(); in endModule()
1199 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h462 void emitDebugInfo();
DDwarfDebug.cpp1237 emitDebugInfo(); in endModule()
1955 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h477 void emitDebugInfo();
DDwarfDebug.cpp1417 emitDebugInfo(); in endModule()
2181 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp407 Error DWARFYAML::emitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugInfo() function in DWARFYAML
1018 .Case("debug_info", DWARFYAML::emitDebugInfo) in getDWARFEmitterByName()