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

1 2 3

  /external/clang/lib/CodeGen/
CGBuilder.h 16 namespace CodeGen {
25 } // end namespace CodeGen
TargetInfo.h 30 namespace CodeGen {
51 CodeGen::CodeGenModule &M) const { }
76 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const {
84 virtual bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
94 virtual llvm::Value *decodeReturnAddress(CodeGen::CodeGenFunction &CGF,
104 virtual llvm::Value *encodeReturnAddress(CodeGen::CodeGenFunction &CGF,
109 virtual llvm::Type* adjustInlineAsmType(CodeGen::CodeGenFunction &CGF,
CGObjCRuntime.h 36 namespace CodeGen {
56 namespace CodeGen {
76 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
79 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
83 LValue EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF,
147 virtual CodeGen::RValue
148 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
163 virtual CodeGen::RValue
164 GenerateMessageSendSuper(CodeGen::CodeGenFunction &CGF,
219 virtual void EmitSynchronizedStmt(CodeGen::CodeGenFunction &CGF
    [all...]
MicrosoftCXXABI.cpp 23 using namespace CodeGen;
85 CGCXXABI *clang::CodeGen::CreateMicrosoftCXXABI(CodeGenModule &CGM) {
ABIInfo.h 25 namespace CodeGen {
149 CodeGen::CodeGenTypes &CGT;
151 ABIInfo(CodeGen::CodeGenTypes &cgt) : CGT(cgt) {}
158 virtual void computeInfo(CodeGen::CGFunctionInfo &FI) const = 0;
164 // the ABI information any lower than CodeGen. Of course, for
168 CodeGen::CodeGenFunction &CGF) const = 0;
CGVTables.h 26 namespace CodeGen {
54 } // end namespace CodeGen
59 template<> struct DenseMapInfo<clang::CodeGen::BaseSubobject> {
60 static clang::CodeGen::BaseSubobject getEmptyKey() {
61 return clang::CodeGen::BaseSubobject(
66 static clang::CodeGen::BaseSubobject getTombstoneKey() {
67 return clang::CodeGen::BaseSubobject(
72 static unsigned getHashValue(const clang::CodeGen::BaseSubobject &Base) {
78 static bool isEqual(const clang::CodeGen::BaseSubobject &LHS,
79 const clang::CodeGen::BaseSubobject &RHS)
    [all...]
CGException.h 23 namespace CodeGen {
CGTemporaries.cpp 16 using namespace CodeGen;
CodeGenTBAA.h 1 //===--- CodeGenTBAA.h - TBAA information for LLVM CodeGen ------*- C++ -*-===//
33 namespace CodeGen {
73 } // end namespace CodeGen
ModuleBuilder.cpp 14 #include "clang/CodeGen/ModuleBuilder.h"
36 llvm::OwningPtr<CodeGen::CodeGenModule> Builder;
58 Builder.reset(new CodeGen::CodeGenModule(Context, CodeGenOpts,
CGObjCRuntime.cpp 29 using namespace CodeGen;
31 static uint64_t LookupFieldBitOffset(CodeGen::CodeGenModule &CGM,
68 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
75 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
82 LValue CGObjCRuntime::EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF,
CGObjCMac.cpp 43 using namespace CodeGen;
158 CodeGen::CodeGenModule &CGM;
205 CodeGen::CodeGenTypes &Types = CGM.getTypes();
223 CodeGen::CodeGenTypes &Types = CGM.getTypes();
244 CodeGen::CodeGenTypes &Types = CGM.getTypes();
261 CodeGen::CodeGenTypes &Types = CGM.getTypes();
394 ObjCCommonTypesHelper(CodeGen::CodeGenModule &cgm);
499 ObjCTypesHelper(CodeGen::CodeGenModule &cgm);
637 ObjCNonFragileABITypesHelper(CodeGen::CodeGenModule &cgm);
641 class CGObjCCommonMac : public CodeGen::CGObjCRuntime
    [all...]
TargetInfo.cpp 25 using namespace CodeGen;
27 static void AssignToArrayRange(CodeGen::CGBuilderTy &Builder,
295 DefaultABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {}
313 DefaultTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT)
359 static llvm::Type* X86AdjustInlineAsmType(CodeGen::CodeGenFunction &CGF,
407 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool d, bool p, bool m)
414 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool d, bool p, bool m)
418 CodeGen::CodeGenModule &CGM) const;
420 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const {
427 bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF
    [all...]
CGBlocks.h 1 //===-- CGBlocks.h - state for LLVM CodeGen for blocks ----------*- C++ -*-===//
44 namespace CodeGen {
197 } // end namespace CodeGen
CGCXXABI.h 37 namespace CodeGen {
CGCall.h 44 namespace CodeGen {
225 } // end namespace CodeGen
  /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 \
  /external/llvm/
Android.mk 23 lib/CodeGen \
24 lib/CodeGen/SelectionDAG \
25 lib/CodeGen/AsmPrinter \
  /external/clang/
Android.mk 11 lib/CodeGen \
clang-host-build.mk 14 $(CLANG_ROOT_PATH)/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
  /external/llvm/utils/
GenLibDeps.pl 90 $libpath =~ s/(.+)CodeGen$/Target\/$1/;
95 $libpath =~ s/SelectionDAG/CodeGen\/SelectionDAG/;
96 $libpath =~ s/^AsmPrinter/CodeGen\/AsmPrinter/;
132 $libpath =~ s/(.+)CodeGen$/Target\/$1/;
137 $libpath =~ s/SelectionDAG/CodeGen\/SelectionDAG/;
138 $libpath =~ s/^AsmPrinter/CodeGen\/AsmPrinter/;
  /external/javassist/src/main/javassist/compiler/
JvstTypeChecker.java 25 private JvstCodeGen codeGen;
29 codeGen = gen;
48 if (name.equals(codeGen.paramArrayName)) {
72 && ((Member)left).get().equals(codeGen.paramArrayName)) {
74 CtClass[] params = codeGen.paramTypeList;
92 if (typename.equals(codeGen.returnCastName)) {
111 CtClass returnType = codeGen.returnType;
113 if (exprType == VOID || CodeGen.isRefType(exprType) || arrayDim > 0)
126 if (CodeGen.isRefType(exprType) || arrayDim > 0)
144 if (codeGen.procHandler != nul
    [all...]
TypeChecker.java 290 if (CodeGen.rightIsStrong(type1, exprType))
292 else if (CodeGen.rightIsStrong(exprType, type1)) {
306 int k = CodeGen.lookupBinOp(token);
417 /* CodeGen.atSwitchStmnt() also calls stripPlusExpr().
504 if (CodeGen.isP_INT(exprType))
511 int op = CodeGen.getCompOperator(expr);
538 if (CodeGen.rightIsStrong(type1, type2))
592 if (CodeGen.isP_INT(exprType))
    [all...]

Completed in 636 milliseconds

1 2 3