HomeSort by: relevance | last modified time | path
    Searched defs:getCodeGenOpts (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInvocation.h 154 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
155 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
CompilerInstance.h 253 CodeGenOptions &getCodeGenOpts() {
254 return Invocation->getCodeGenOpts();
256 const CodeGenOptions &getCodeGenOpts() const {
257 return Invocation->getCodeGenOpts();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp 44 const CodeGenOptions &CodeGenTypes::getCodeGenOpts() const {
45 return CGM.getCodeGenOpts();
CodeGenModule.h 708 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
TargetInfo.cpp 222 const CodeGenOptions &ABIInfo::getCodeGenOpts() const {
223 return CGT.getCodeGenOpts();
2647 if (CGM.getCodeGenOpts().StackProbeSize != 4096)
2649 llvm::utostr(CGM.getCodeGenOpts().StackProbeSize));
2650 if (CGM.getCodeGenOpts().NoStackArgProbe)
6190 IsFloatABISoftFP = CGT.getCodeGenOpts().FloatABI == "softfp" ||
6191 CGT.getCodeGenOpts().FloatABI == ""; // default
9191 if (!getABIInfo().getCodeGenOpts().EmitIEEENaNCompliantInsts)
11295 if (CGF.CGM.getCodeGenOpts().EmitOpenCLArgMetadata)

Completed in 104 milliseconds