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

  /external/clang/lib/CodeGen/
ABIInfo.h 65 virtual void computeInfo(CodeGen::CGFunctionInfo &FI) const = 0;
TargetInfo.cpp 356 void computeInfo(CGFunctionInfo &FI) const override {
419 void computeInfo(CGFunctionInfo &FI) const override;
430 void PNaClABIInfo::computeInfo(CGFunctionInfo &FI) const {
559 void computeInfo(CGFunctionInfo &FI) const override;
951 void X86_32ABIInfo::computeInfo(CGFunctionInfo &FI) const {
    [all...]
CGCall.cpp 508 getABIInfo().computeInfo(*FI);
    [all...]

Completed in 84 milliseconds