Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h28 enum ABIType { enum
340 FloatABI::ABIType FloatABIType = FloatABI::Default;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCommandFlags.h73 llvm::FloatABI::ABIType getFloatABIForCalls();
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp66 CGOPT(FloatABI::ABIType, FloatABIForCalls) in CGOPT()
259 static cl::opt<FloatABI::ABIType> FloatABIForCalls( in CGOPT()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp488 llvm::StringSwitch<llvm::FloatABI::ABIType>(CodeGenOpts.FloatABI) in initTargetOptions()