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 50 /// getABIInfo() - Returns ABI info helper for the target.
51 const ABIInfo& getABIInfo() const { return *Info; }
CodeGenTypes.h 118 const ABIInfo &getABIInfo() const { return TheABIInfo; }
TargetInfo.cpp     [all...]

Completed in 127 milliseconds