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

/external/clang/lib/CodeGen/
H A DTargetInfo.h52 /// getABIInfo() - Returns ABI info helper for the target.
53 const ABIInfo &getABIInfo() const { return *Info; } function in class:clang::TargetCodeGenInfo
H A DCodeGenTypes.h116 const ABIInfo &getABIInfo() const { return TheABIInfo; } function in class:clang::CodeGen::CodeGenTypes
H A DTargetInfo.cpp1344 const X86_64ABIInfo &getABIInfo() const { function in class:__anon17878::X86_64TargetCodeGenInfo
1345 return static_cast<const X86_64ABIInfo&>(TargetCodeGenInfo::getABIInfo());
1380 if (getABIInfo().isPassedUsingAVXType(it->Ty)) {
3907 const ARMABIInfo &getABIInfo() const { function in class:__anon17879::ARMTargetCodeGenInfo
3908 return static_cast<const ARMABIInfo&>(TargetCodeGenInfo::getABIInfo());
3929 if (getABIInfo().isEABI()) return 88;
3957 if (cast<ARMABIInfo>(getABIInfo()).getABIKind() == ARMABIInfo::APCS)

Completed in 272 milliseconds