Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/include/vc/Support/
H A DBackendConfig.h77 bool EnableDebugInfoDumps; member
211 bool dbgInfoDumpsEnabled() const { return Options.EnableDebugInfoDumps; } in dbgInfoDumpsEnabled()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/Support/
H A DBackendConfig.cpp142 EnableDebugInfoDumps(EnableDebugInfoDumpOpt), in GenXBackendOptions()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/Driver/
H A DDriver.cpp236 BackendOpts.EnableDebugInfoDumps = Opts.DumpDebugInfo; in createBackendOptions()