Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp237 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build() argument
247 if (!StoreInMemory) { in Build()
257 PCHStorage Storage = StoreInMemory ? PCHStorage(InMemoryPreamble()) in Build()
269 FrontendOpts.OutputFile = StoreInMemory ? getInMemoryPreamblePath() in Build()
341 StoreInMemory ? &Storage.asMemory().Data : nullptr, Callbacks)); in Build()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h85 bool StoreInMemory, PreambleCallbacks &Callbacks);