Searched defs:PICLevel (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/Driver/ToolChains/ | ||
H A D | WebAssembly.cpp | 315 unsigned PICLevel; addClangTargetOptions() local |
H A D | Flang.cpp | 151 unsigned PICLevel; addPicOptions() local |
H A D | Clang.cpp | 1882 unsigned PICLevel; AddMIPSTargetArgs() local |
H A D | CommonArgs.cpp | 2100 unsigned PICLevel; AddAssemblerKPIC() local |
H A D | Gnu.cpp | 696 unsigned PICLevel; ConstructJob() local |
/llvm-project/clang/lib/Frontend/ | ||
H A D | InitPreprocessor.cpp | 1368 if (unsigned PICLevel = LangOpts.PICLevel) { InitializePredefinedMacros() local |
H A D | ASTUnit.cpp | 547 auto PICLevel = LangOpt.PICLevel; ReadLanguageOptions() local |