Searched refs:emitDebugInfo (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | TranslateRegistration.cpp | 123 static LogicalResult roundTripModule(ModuleOp srcModule, bool emitDebugInfo, in roundTripModule() argument 135 if (failed(spirv::serialize(*spirvModules.begin(), binary, emitDebugInfo))) in roundTripModule()
|
D | Serializer.cpp | 137 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/ |
D | Serialization.h | 31 bool emitDebugInfo = false);
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFEmitter.h | 40 Error emitDebugInfo(raw_ostream &OS, const Data &DI);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 338 void emitDebugInfo();
|
D | DwarfDebug.cpp | 634 emitDebugInfo(); in endModule() 1199 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 462 void emitDebugInfo();
|
D | DwarfDebug.cpp | 1237 emitDebugInfo(); in endModule() 1955 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 477 void emitDebugInfo();
|
D | DwarfDebug.cpp | 1417 emitDebugInfo(); in endModule() 2181 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 407 Error DWARFYAML::emitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugInfo() function in DWARFYAML 1018 .Case("debug_info", DWARFYAML::emitDebugInfo) in getDWARFEmitterByName()
|