Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp162 StringRef DIVersionKey = "Debug Info Version"; in applyDebugifyMetadata() local
163 if (!M.getModuleFlag(DIVersionKey)) in applyDebugifyMetadata()
164 M.addModuleFlag(Module::Warning, DIVersionKey, DEBUG_METADATA_VERSION); in applyDebugifyMetadata()