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

  /external/clang/lib/CodeGen/
ABIInfo.h 1 //===----- ABIInfo.h - ABI information access & encapsulation ---*- C++ -*-===//
154 /// ABIInfo - Target specific hooks for defining how a type should be
156 class ABIInfo {
160 ABIInfo(CodeGen::CodeGenTypes &cgt) : CGT(cgt) {}
161 virtual ~ABIInfo();
TargetInfo.cpp 16 #include "ABIInfo.h"
44 ABIInfo::~ABIInfo() {}
46 ASTContext &ABIInfo::getContext() const {
50 llvm::LLVMContext &ABIInfo::getVMContext() const {
54 const llvm::TargetData &ABIInfo::getTargetData() const {
330 class DefaultABIInfo : public ABIInfo {
332 DefaultABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {}
415 class X86_32ABIInfo : public ABIInfo {
455 : ABIInfo(CGT), IsDarwinVectorABI(d), IsSmallStructInRegABI(p)
    [all...]

Completed in 22 milliseconds