Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp68 static llvm::StringRef ExpandModuleName(llvm::StringRef ModuleName, in ExpandModuleName() function in __anon20d6d9160111::CodeGeneratorImpl
84 M(new llvm::Module(ExpandModuleName(ModuleName, CGO), C)) { in CodeGeneratorImpl()
132 M.reset(new llvm::Module(ExpandModuleName(ModuleName, CodeGenOpts), C)); in StartModule()