Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenABITypes.cpp32 PPO(new PreprocessorOptions), in CodeGenABITypes()
33 CGM(new CodeGen::CodeGenModule(C, *HSO, *PPO, *CGO, M, C.getDiagnostics(), in CodeGenABITypes()
DModuleBuilder.cpp62 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl() argument
66 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0), in CodeGeneratorImpl()
DCodeGenModule.cpp82 const PreprocessorOptions &PPO, in CodeGenModule() argument
87 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
/external/clang/include/clang/CodeGen/
DCodeGenABITypes.h82 std::unique_ptr<PreprocessorOptions> PPO; variable