Home
last modified time | relevance | path

Searched refs:createPPC64_SVR4_TargetCodeGenInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h520 createPPC64_SVR4_TargetCodeGenInfo(CodeGenModule &CGM, PPC64_SVR4_ABIKind Kind,
H A DCodeGenModule.cpp208 return createPPC64_SVR4_TargetCodeGenInfo(CGM, Kind, IsSoftFloat); in createTargetCodeGenInfo()
218 return createPPC64_SVR4_TargetCodeGenInfo(CGM, Kind, IsSoftFloat); in createTargetCodeGenInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp1046 std::unique_ptr<TargetCodeGenInfo> CodeGen::createPPC64_SVR4_TargetCodeGenInfo( in createPPC64_SVR4_TargetCodeGenInfo() function in CodeGen