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

1 2

  /external/clang/lib/CodeGen/
CGBuilder.h 16 namespace CodeGen {
25 } // end namespace CodeGen
CGCUDARuntime.h 23 namespace CodeGen {
CGOpenCLRuntime.h 27 namespace CodeGen {
CGObjCRuntime.h 35 namespace CodeGen {
55 namespace CodeGen {
65 CodeGen::CodeGenModule &CGM;
66 CGObjCRuntime(CodeGen::CodeGenModule &CGM) : CGM(CGM) {}
78 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
81 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
85 LValue EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF,
152 virtual CodeGen::RValue
153 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
168 virtual CodeGen::RValu
    [all...]
CGVTables.h 28 namespace CodeGen {
131 } // end namespace CodeGen
MicrosoftVBTables.h 25 namespace CodeGen {
127 } // namespace CodeGen
TargetInfo.h 33 namespace CodeGen {
56 CodeGen::CodeGenModule &M) const { }
81 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const {
89 virtual bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
99 virtual llvm::Value *decodeReturnAddress(CodeGen::CodeGenFunction &CGF,
109 virtual llvm::Value *encodeReturnAddress(CodeGen::CodeGenFunction &CGF,
119 virtual llvm::Type* adjustInlineAsmType(CodeGen::CodeGenFunction &CGF,
181 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
CGCXXABI.h 36 namespace CodeGen {
CGRecordLayout.h 24 namespace CodeGen {
215 } // end namespace CodeGen
CodeGenTBAA.h 1 //===--- CodeGenTBAA.h - TBAA information for LLVM CodeGen ------*- C++ -*-===//
35 namespace CodeGen {
124 } // end namespace CodeGen
129 template<> struct DenseMapInfo<clang::CodeGen::TBAAPathTag> {
130 static clang::CodeGen::TBAAPathTag getEmptyKey() {
131 return clang::CodeGen::TBAAPathTag(
137 static clang::CodeGen::TBAAPathTag getTombstoneKey() {
138 return clang::CodeGen::TBAAPathTag(
144 static unsigned getHashValue(const clang::CodeGen::TBAAPathTag &Val) {
150 static bool isEqual(const clang::CodeGen::TBAAPathTag &LHS
    [all...]
CGCleanup.h 29 namespace CodeGen {
CodeGenTypes.h 1 //===--- CodeGenTypes.h - Type translation for LLVM CodeGen -----*- C++ -*-===//
52 namespace CodeGen {
264 } // end namespace CodeGen
MicrosoftVBTables.cpp 19 namespace CodeGen {
235 } // namespace CodeGen
ABIInfo.h 27 namespace CodeGen {
188 CodeGen::CodeGenTypes &CGT;
192 ABIInfo(CodeGen::CodeGenTypes &cgt)
208 virtual void computeInfo(CodeGen::CGFunctionInfo &FI) const = 0;
214 // the ABI information any lower than CodeGen. Of course, for
218 CodeGen::CodeGenFunction &CGF) const = 0;
CGDebugInfo.h 1 //===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -------------*- C++ -*-===//
41 namespace CodeGen {
433 } // namespace CodeGen
CGBlocks.h 1 //===-- CGBlocks.h - state for LLVM CodeGen for blocks ----------*- C++ -*-===//
44 namespace CodeGen {
253 } // end namespace CodeGen
CGCall.h 42 namespace CodeGen {
327 } // end namespace CodeGen
EHScopeStack.h 11 // CodeGen to emit cleanups. The implementation is in CGCleanup.cpp and other
26 namespace CodeGen {
486 } // namespace CodeGen
CGValue.h 1 //===-- CGValue.h - LLVM CodeGen wrappers for llvm::Value* ------*- C++ -*-===//
29 namespace CodeGen {
485 } // end namespace CodeGen
CodeGenModule.h 1 //===--- CodeGenModule.h - Per-Module state for LLVM CodeGen ----*- C++ -*-===//
76 namespace CodeGen {
853 /// ErrorUnsupported - Print out an error that codegen doesn't support the
860 /// ErrorUnsupported - Print out an error that codegen doesn't support the
    [all...]
CodeGenFunction.h 1 //===-- CodeGenFunction.h - Per-Function state for LLVM CodeGen -*- C++ -*-===//
74 namespace CodeGen {
233 const CodeGen::CGBlockInfo *BlockInfo;
808 /// codegen'd as a jump to the IndirectBranch's basic block.
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 30 // Callers would typically create a new CodeGen object and then use it to
37 // CodeGen gen;
56 class CodeGen {
58 CodeGen();
59 ~CodeGen();
66 // are owned by the CodeGen object. They do not need to be explicitly
143 // when the CodeGen object is destroyed. This way, we neither need to worry
codegen.cc 7 #include "sandbox/linux/seccomp-bpf/codegen.h"
37 CodeGen::CodeGen()
41 CodeGen::~CodeGen() {
54 void CodeGen::PrintProgram(const Sandbox::Program& program) {
136 Instruction *CodeGen::MakeInstruction(uint16_t code, uint32_t k,
162 Instruction *CodeGen::MakeInstruction(uint16_t code, const ErrorCode& err) {
173 Instruction *CodeGen::MakeInstruction(uint16_t code, uint32_t k,
190 void CodeGen::JoinInstructions(Instruction *head, Instruction *tail)
    [all...]
  /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/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 24 import com.vladium.jcd.compiler.CodeGen;
564 CodeGen.push_int_value (buf, cls, instrMethodCount);
600 CodeGen.push_int_value (buf, cls, m);
605 CodeGen.push_int_value (buf, cls, blockCount);
628 CodeGen.push_constant_index (buf, m_classNameConstantIndex);
    [all...]

Completed in 320 milliseconds

1 2