Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h275 unsigned RelocatablePCH : 1; variable
507 : DisableFree(false), RelocatablePCH(false), ShowHelp(false), in FrontendOptions()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DModuleFile.h158 bool RelocatablePCH = false; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp133 if (!CI.getFrontendOpts().RelocatablePCH) in CreateASTConsumer()
153 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) { in ComputeASTConsumerArguments()
H A DPrecompiledPreamble.cpp324 if (!CI.getFrontendOpts().RelocatablePCH) in CreateASTConsumer()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp2819 F.RelocatablePCH = Record[4]; in ReadControlBlock()
2821 if (F.RelocatablePCH) in ReadControlBlock()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3246 MarshallingInfoFlag<FrontendOpts<"RelocatablePCH">>;