Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInstance.cpp870 StringRef ModuleFileName) { in compileModuleImpl() argument
912 FrontendOpts.OutputFile = ModuleFileName.str(); in compileModuleImpl()
980 << Module->Name << ModuleFileName; in compileModuleImpl()
1011 StringRef ModuleFileName) { in compileAndLoadModule() argument
1021 StringRef Dir = llvm::sys::path::parent_path(ModuleFileName); in compileAndLoadModule()
1026 llvm::LockFileManager Locked(ModuleFileName); in compileAndLoadModule()
1036 ModuleFileName)) { in compileAndLoadModule()
1064 ModuleFileName, serialization::MK_ImplicitModule, ImportLoc, in compileAndLoadModule()
1416 std::string ModuleFileName = in loadModule() local
1435 Timer.init("Loading " + ModuleFileName, *FrontendTimerGroup); in loadModule()
[all …]