class NetBSDI386TargetInfo
Declaration
class NetBSDI386TargetInfo : public NetBSDTargetInfo { /* full declaration omitted */ };
Description
Fields controlling how types are laid out in memory; these may need to be copied for targets like AMDGPU that base their ABIs on an auxiliary CPU target.
Declared at: clang/lib/Basic/Targets/X86.h:480
Inherits from: NetBSDTargetInfo
Method Overview
- public NetBSDI386TargetInfo(const llvm::Triple & Triple, const clang::TargetOptions & Opts)
- public LangOptions::FPEvalMethodKind getFPEvalMethod() const
Methods
¶NetBSDI386TargetInfo(
const llvm::Triple& Triple,
const clang::TargetOptions& Opts)
NetBSDI386TargetInfo(
const llvm::Triple& Triple,
const clang::TargetOptions& Opts)
Declared at: clang/lib/Basic/Targets/X86.h:483
Parameters
- const llvm::Triple& Triple
- const clang::TargetOptions& Opts
¶LangOptions::FPEvalMethodKind getFPEvalMethod()
const
LangOptions::FPEvalMethodKind getFPEvalMethod()
const
Description
Return the value for the C99 FLT_EVAL_METHOD macro.
Declared at: clang/lib/Basic/Targets/X86.h:486