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

  /external/clang/lib/CodeGen/
TargetInfo.h 39 /// TargetCodeGenInfo - This class organizes various target-specific
42 class TargetCodeGenInfo {
46 TargetCodeGenInfo(ABIInfo *info = 0):Info(info) { }
47 virtual ~TargetCodeGenInfo();
TargetInfo.cpp 88 TargetCodeGenInfo::~TargetCodeGenInfo() { delete Info; }
92 unsigned TargetCodeGenInfo::getSizeOfUnwindException() const {
101 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args,
348 class DefaultTargetCodeGenInfo : public TargetCodeGenInfo {
351 : TargetCodeGenInfo(new DefaultABIInfo(CGT)) {}
459 class X86_32TargetCodeGenInfo : public TargetCodeGenInfo {
463 :TargetCodeGenInfo(new X86_32ABIInfo(CGT, d, p, m, w)) {}
    [all...]

Completed in 22 milliseconds