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

1 2

  /external/clang/lib/CodeGen/
CGCUDARuntime.h 23 namespace CodeGen {
CGOpenCLRuntime.h 27 namespace CodeGen {
SanitizerBlacklist.h 29 namespace CodeGen {
42 } // end namespace CodeGen
ABIInfo.h 27 namespace CodeGen {
44 CodeGen::CodeGenTypes &CGT;
48 ABIInfo(CodeGen::CodeGenTypes &cgt)
53 CodeGen::CGCXXABI &getCXXABI() const;
65 virtual void computeInfo(CodeGen::CGFunctionInfo &FI) const = 0;
71 // the ABI information any lower than CodeGen. Of course, for
75 CodeGen::CodeGenFunction &CGF) const = 0;
CGBuilder.h 16 namespace CodeGen {
52 } // end 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 {
121 } // end namespace CodeGen
TargetInfo.h 34 namespace CodeGen {
58 CodeGen::CodeGenModule &M) const {}
63 CodeGen::CodeGenModule &M) const {}
88 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const {
96 virtual bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
106 virtual llvm::Value *decodeReturnAddress(CodeGen::CodeGenFunction &CGF,
116 virtual llvm::Value *encodeReturnAddress(CodeGen::CodeGenFunction &CGF,
126 virtual llvm::Type *adjustInlineAsmType(CodeGen::CodeGenFunction &CGF,
153 getUBSanFunctionSignature(CodeGen::CodeGenModule &CGM) const {
199 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args
    [all...]
CGCXXABI.h 36 namespace CodeGen {
CGRecordLayout.h 24 namespace CodeGen {
217 } // 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...]
CGCall.h 42 namespace CodeGen {
171 } // end namespace CodeGen
CGCleanup.h 29 namespace CodeGen {
CGLoopInfo.h 1 //===---- CGLoopInfo.h - LLVM CodeGen for loop metadata -*- C++ -*---------===//
30 namespace CodeGen {
133 } // end namespace CodeGen
CGOpenMPRuntime.h 38 namespace CodeGen {
174 } // namespace CodeGen
CodeGenPGO.h 1 //===--- CodeGenPGO.h - PGO Instrumentation for LLVM CodeGen ----*- C++ -*-===//
26 namespace CodeGen {
233 } // end namespace CodeGen
CodeGenTypes.h 1 //===--- CodeGenTypes.h - Type translation for LLVM CodeGen -----*- C++ -*-===//
19 #include "clang/CodeGen/CGFunctionInfo.h"
53 namespace CodeGen {
266 } // end namespace CodeGen
CGDebugInfo.h 1 //===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -------------*- C++ -*-===//
41 namespace CodeGen {
465 } // namespace CodeGen
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 15 // CodeGenTypes class in lib/CodeGen.
29 #include "clang/CodeGen/CGFunctionInfo.h"
43 namespace CodeGen {
77 CodeGen::CodeGenModule *CGM;
80 } // end namespace CodeGen
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 29 // Callers would typically create a new CodeGen object and then use it to
33 // CodeGen gen;
54 class SANDBOX_EXPORT CodeGen {
56 CodeGen();
57 ~CodeGen();
64 // are owned by the CodeGen object. They do not need to be explicitly
139 // when the CodeGen object is destroyed. This way, we neither need to worry
codegen.cc 5 #include "sandbox/linux/seccomp-bpf/codegen.h"
44 CodeGen::CodeGen() : compiled_(false) {}
46 CodeGen::~CodeGen() {
59 void CodeGen::PrintProgram(const SandboxBPF::Program& program) {
147 Instruction* CodeGen::MakeInstruction(uint16_t code,
175 Instruction* CodeGen::MakeInstruction(uint16_t code,
192 void CodeGen::Traverse(Instruction* instruction,
204 void CodeGen::FindBranchTargets(const Instruction& instructions
    [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/llvm/tools/llvm-lto/
llvm-lto.cpp 16 #include "llvm/CodeGen/CommandFlags.h"
85 LTOCodeGenerator CodeGen;
89 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_STATIC);
92 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC);
95 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC);
98 CodeGen.setCodePICModel(LTO_CODEGEN_PIC_MODEL_DEFAULT);
101 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF);
102 CodeGen.setTargetOptions(Options);
121 if (!CodeGen.addModule(Module.get(), error)) {
141 CodeGen.addMustPreserveSymbol(ExportedSymbols[i].c_str())
    [all...]
  /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...]
  /external/llvm/tools/gold/
gold-plugin.cpp 18 #include "llvm/CodeGen/CommandFlags.h"
74 static LTOCodeGenerator *CodeGen = nullptr;
236 CodeGen = new LTOCodeGenerator();
242 CodeGen->setCodeGenDebugOptions((*it).c_str());
246 CodeGen->parseCodeGenDebugOptions();
254 CodeGen->setAttr(Attrs.c_str());
258 CodeGen->setTargetOptions(TargetOpts);
386 if (CodeGen) {
388 if (!CodeGen->addModule(M, Error)) {
410 /// codegen
    [all...]

Completed in 906 milliseconds

1 2