Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp155 StringRef DIVersionKey = "Debug Info Version"; in applyDebugifyMetadata() local
156 if (!M.getModuleFlag(DIVersionKey)) in applyDebugifyMetadata()
157 M.addModuleFlag(Module::Warning, DIVersionKey, DEBUG_METADATA_VERSION); in applyDebugifyMetadata()
/external/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp195 StringRef DIVersionKey = "Debug Info Version"; in applyDebugifyMetadata() local
196 if (!M.getModuleFlag(DIVersionKey)) in applyDebugifyMetadata()
197 M.addModuleFlag(Module::Warning, DIVersionKey, DEBUG_METADATA_VERSION); in applyDebugifyMetadata()