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

  /external/clang/lib/CodeGen/
TargetInfo.h 45 /// getABIInfo() - Returns ABI info helper for the target.
46 const ABIInfo& getABIInfo() const { return *Info; }
CodeGenTypes.h 112 const ABIInfo &getABIInfo() const { return TheABIInfo; }
CGCall.cpp 272 getABIInfo().computeInfo(*FI);
    [all...]
CodeGenModule.cpp 65 Types(C, M, TD, getTargetCodeGenInfo().getABIInfo(), ABI, CGO),
    [all...]

Completed in 76 milliseconds