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

/external/clang/lib/CodeGen/
H A DCodeGenTypes.h173 const ABIInfo &getABIInfo() const { return TheABIInfo; } function in class:clang::CodeGen::CodeGenTypes
H A DTargetInfo.h53 /// getABIInfo() - Returns ABI info helper for the target.
54 const ABIInfo &getABIInfo() const { return *Info; } function in class:clang::TargetCodeGenInfo
H A DTargetInfo.cpp1843 const X86_64ABIInfo &getABIInfo() const { function in class:__anon1350::X86_64TargetCodeGenInfo
1844 return static_cast<const X86_64ABIInfo&>(TargetCodeGenInfo::getABIInfo());
1879 if (getABIInfo().isPassedUsingAVXType(it->Ty)) {
1895 if (getABIInfo().has64BitPointers())
4805 const ARMABIInfo &getABIInfo() const {
4806 return static_cast<const ARMABIInfo&>(TargetCodeGenInfo::getABIInfo());
4827 if (getABIInfo().isEABI()) return 88;
4855 ARMABIInfo::ABIKind ABI = cast<ARMABIInfo>(getABIInfo()).getABIKind();

Completed in 373 milliseconds