Home
last modified time | relevance | path

Searched defs:getABIInfo (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h109 const ABIInfo &getABIInfo() const { return TheABIInfo; } getABIInfo() function
H A DTargetInfo.h65 /// getABIInfo() - Returns ABI info helper for the target. in getABIInfo() function
56 template <typename T> const T &getABIInfo() const { getABIInfo() function