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++ -*-===//
184 /// ABIInfo - Target specific hooks for defining how a type should be
186 class ABIInfo {
192 ABIInfo(CodeGen::CodeGenTypes &cgt)
195 virtual ~ABIInfo();
TargetInfo.cpp 16 #include "ABIInfo.h"
45 ABIInfo::~ABIInfo() {}
78 ASTContext &ABIInfo::getContext() const {
82 llvm::LLVMContext &ABIInfo::getVMContext() const {
86 const llvm::DataLayout &ABIInfo::getDataLayout() const {
90 const TargetInfo &ABIInfo::getTarget() const {
361 class DefaultABIInfo : public ABIInfo {
363 DefaultABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {}
430 class PNaClABIInfo : public ABIInfo {
    [all...]

Completed in 182 milliseconds