HomeSort by relevance Sort by last modified time
    Searched defs:getABIInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
TargetInfo.h 53 /// getABIInfo() - Returns ABI info helper for the target.
54 const ABIInfo &getABIInfo() const { return *Info; }
CodeGenTypes.h 175 const ABIInfo &getABIInfo() const { return TheABIInfo; }
TargetInfo.cpp     [all...]

Completed in 94 milliseconds