Searched refs:PPO (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenABITypes.cpp | 32 PPO(new PreprocessorOptions), in CodeGenABITypes() 33 CGM(new CodeGen::CodeGenModule(C, *HSO, *PPO, *CGO, M, C.getDiagnostics(), in CodeGenABITypes()
|
D | ModuleBuilder.cpp | 62 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl() argument 66 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0), in CodeGeneratorImpl()
|
D | CodeGenModule.cpp | 82 const PreprocessorOptions &PPO, in CodeGenModule() argument 87 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
|
/external/clang/include/clang/CodeGen/ |
D | CodeGenABITypes.h | 82 std::unique_ptr<PreprocessorOptions> PPO; variable
|