Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h440 DarwinPCS, enumerator
H A DCodeGenModule.cpp147 Kind = AArch64ABIKind::DarwinPCS; in createTargetCodeGenInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp35 bool isDarwinPCS() const { return Kind == AArch64ABIKind::DarwinPCS; } in isDarwinPCS()