Searched defs:getABIInfo (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.h50 /// getABIInfo() - Returns ABI info helper for the target.
51 const ABIInfo& getABIInfo() const { return *Info; } function in class:clang::TargetCodeGenInfo
H A DCodeGenTypes.h118 const ABIInfo &getABIInfo() const { return TheABIInfo; } function in class:clang::CodeGen::CodeGenTypes
H A DTargetInfo.cpp1233 const X86_64ABIInfo &getABIInfo() const { function in class:__anon16154::X86_64TargetCodeGenInfo
1234 return static_cast<const X86_64ABIInfo&>(TargetCodeGenInfo::getABIInfo());
1269 if (getABIInfo().isPassedUsingAVXType(it->Ty)) {
3083 const ARMABIInfo &getABIInfo() const {
3084 return static_cast<const ARMABIInfo&>(TargetCodeGenInfo::getABIInfo());
3105 if (getABIInfo().isEABI()) return 88;
3725 const AArch64ABIInfo &getABIInfo() const {
3726 return static_cast<const AArch64ABIInfo&>(TargetCodeGenInfo::getABIInfo());

Completed in 119 milliseconds