Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1235 SmallString<128> FakeModuleMapFile(Module->Directory->getName()); in compileModule() local
1236 llvm::sys::path::append(FakeModuleMapFile, "__inferred_module.map"); in compileModule()
1245 FrontendInputFile(FakeModuleMapFile, IK, +Module->IsSystem), in compileModule()
1252 FakeModuleMapFile, InferredModuleMapContent.size(), 0); in compileModule()