Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp203 StringRef DIVersionKey = "Debug Info Version"; in applyDebugifyMetadata() local
204 if (!M.getModuleFlag(DIVersionKey)) in applyDebugifyMetadata()
205 M.addModuleFlag(Module::Warning, DIVersionKey, DEBUG_METADATA_VERSION); in applyDebugifyMetadata()