HomeSort by relevance Sort by last modified time
    Searched refs:CodeGen (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/clang/lib/CodeGen/
CGBuilder.h 16 namespace CodeGen {
25 } // end namespace CodeGen
TargetInfo.h 32 namespace CodeGen {
55 CodeGen::CodeGenModule &M) const { }
80 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const {
88 virtual bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
98 virtual llvm::Value *decodeReturnAddress(CodeGen::CodeGenFunction &CGF,
108 virtual llvm::Value *encodeReturnAddress(CodeGen::CodeGenFunction &CGF,
113 virtual llvm::Type* adjustInlineAsmType(CodeGen::CodeGenFunction &CGF,
165 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
CGOpenCLRuntime.cpp 21 using namespace CodeGen;
CGObjCRuntime.h 36 namespace CodeGen {
56 namespace CodeGen {
66 CodeGen::CodeGenModule &CGM;
67 CGObjCRuntime(CodeGen::CodeGenModule &CGM) : CGM(CGM) {}
79 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
82 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
86 LValue EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF,
153 virtual CodeGen::RValue
154 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
169 virtual CodeGen::RValu
    [all...]
CGOpenCLRuntime.h 23 namespace CodeGen {
MicrosoftCXXABI.cpp 23 using namespace CodeGen;
92 CGCXXABI *clang::CodeGen::CreateMicrosoftCXXABI(CodeGenModule &CGM) {
CGCUDARuntime.h 23 namespace CodeGen {
ABIInfo.h 25 namespace CodeGen {
158 CodeGen::CodeGenTypes &CGT;
160 ABIInfo(CodeGen::CodeGenTypes &cgt) : CGT(cgt) {}
167 virtual void computeInfo(CodeGen::CGFunctionInfo &FI) const = 0;
173 // the ABI information any lower than CodeGen. Of course, for
177 CodeGen::CodeGenFunction &CGF) const = 0;
CodeGenTBAA.h 1 //===--- CodeGenTBAA.h - TBAA information for LLVM CodeGen ------*- C++ -*-===//
34 namespace CodeGen {
77 } // end namespace CodeGen
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFSectLinker.h 14 #include <mcld/CodeGen/SectLinker.h>
ARMAndroidSectLinker.cpp 12 #include <mcld/CodeGen/SectLinkerOption.h>
ARMELFSectLinker.cpp 11 #include <mcld/CodeGen/SectLinkerOption.h>
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFSectLinker.h 14 #include <mcld/CodeGen/SectLinker.h>
MipsAndroidSectLinker.cpp 12 #include <mcld/CodeGen/SectLinkerOption.h>
MipsELFSectLinker.cpp 12 #include <mcld/CodeGen/SectLinkerOption.h>
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFSectLinker.h 14 #include <mcld/CodeGen/SectLinker.h>
X86AndroidSectLinker.cpp 12 #include <mcld/CodeGen/SectLinkerOption.h>
X86ELFSectLinker.cpp 11 #include <mcld/CodeGen/SectLinkerOption.h>
  /external/clang/lib/
Makefile 11 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
  /external/llvm/lib/
Makefile 13 PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
  /frameworks/compile/mclinker/include/mcld/Target/
AndroidSectLinker.h 20 #include <mcld/CodeGen/SectLinker.h>
  /external/clang/
Android.mk 11 lib/CodeGen \
  /external/emma/core/java12/com/vladium/jcd/compiler/
CodeGen.java 7 * $Id: CodeGen.java,v 1.1.1.1 2004/05/09 16:57:49 vlad_r Exp $
21 abstract class CodeGen implements IOpcodes
130 private CodeGen () {} // prevent subclassing
  /frameworks/compile/mclinker/include/mcld/CodeGen/
SectLinker.h 20 #include <llvm/CodeGen/MachineFunctionPass.h>
  /frameworks/compile/mclinker/lib/Target/
AndroidSectLinker.cpp 14 #include <mcld/CodeGen/SectLinkerOption.h>

Completed in 317 milliseconds

1 2 3 4