Searched defs:CodeGen (Results 1 - 25 of 35) sorted by relevance

12

/external/clang/lib/CodeGen/
H A DCGCUDARuntime.h23 namespace CodeGen { namespace in namespace:clang
H A DCGOpenCLRuntime.h27 namespace CodeGen { namespace in namespace:clang
H A DSanitizerBlacklist.h29 namespace CodeGen { namespace in namespace:clang
42 } // end namespace CodeGen
H A DABIInfo.h27 namespace CodeGen { namespace in namespace:clang
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;
H A DCGBuilder.h16 namespace CodeGen { namespace in namespace:clang
52 } // end namespace CodeGen
H A DCGObjCRuntime.h35 namespace CodeGen { namespace in namespace:clang
55 namespace CodeGen { namespace in namespace:clang
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
[all...]
H A DCGVTables.h28 namespace CodeGen { namespace in namespace:clang
121 } // end namespace CodeGen
H A DTargetInfo.h34 namespace CodeGen { namespace in namespace:clang
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
[all...]
H A DCGCXXABI.h36 namespace CodeGen { namespace in namespace:clang
H A DCGLoopInfo.h1 //===---- CGLoopInfo.h - LLVM CodeGen for loop metadata -*- C++ -*---------===//
30 namespace CodeGen { namespace in namespace:clang
133 } // end namespace CodeGen
H A DCGOpenMPRuntime.h38 namespace CodeGen { namespace in namespace:clang
174 } // namespace CodeGen
H A DCGRecordLayout.h24 namespace CodeGen { namespace in namespace:clang
217 } // end namespace CodeGen
H A DCodeGenTBAA.h1 //===--- CodeGenTBAA.h - TBAA information for LLVM CodeGen ------*- C++ -*-===//
35 namespace CodeGen { namespace in namespace:clang
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
[all...]
H A DCodeGenTypes.h1 //===--- CodeGenTypes.h - Type translation for LLVM CodeGen -----*- C++ -*-===//
19 #include "clang/CodeGen/CGFunctionInfo.h"
53 namespace CodeGen { namespace in namespace:clang
266 } // end namespace CodeGen
H A DCGCall.h42 namespace CodeGen { namespace in namespace:clang
171 } // end namespace CodeGen
H A DCGCleanup.h29 namespace CodeGen { namespace in namespace:clang
H A DCGDebugInfo.h1 //===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -------------*- C++ -*-===//
41 namespace CodeGen { namespace in namespace:clang
465 } // namespace CodeGen
H A DCodeGenPGO.h1 //===--- CodeGenPGO.h - PGO Instrumentation for LLVM CodeGen ----*- C++ -*-===//
26 namespace CodeGen { namespace in namespace:clang
233 } // end namespace CodeGen
H A DCGBlocks.h1 //===-- CGBlocks.h - state for LLVM CodeGen for blocks ----------*- C++ -*-===//
44 namespace CodeGen { namespace in namespace:clang
253 } // end namespace CodeGen
/external/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h15 // CodeGenTypes class in lib/CodeGen.
29 #include "clang/CodeGen/CGFunctionInfo.h"
43 namespace CodeGen { namespace in namespace:clang
77 CodeGen::CodeGenModule *CGM;
80 } // end namespace CodeGen
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dcodegen.h29 // Callers would typically create a new CodeGen object and then use it to
33 // CodeGen gen;
54 class SANDBOX_EXPORT CodeGen { class in namespace:sandbox
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
H A Dcodegen.cc44 CodeGen::CodeGen() : compiled_(false) {} function in class:sandbox::CodeGen
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,
277 BasicBlock* CodeGen
[all...]
/external/emma/core/java12/com/vladium/jcd/compiler/
H A DCodeGen.java7 * $Id: CodeGen.java,v 1.1.1.1 2004/05/09 16:57:49 vlad_r Exp $
21 abstract class CodeGen implements IOpcodes class in inherits:IOpcodes
130 private CodeGen () {} // prevent subclassing method in class:CodeGen
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp16 #include "llvm/CodeGen/CommandFlags.h"
85 LTOCodeGenerator CodeGen; local
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
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp18 #include "llvm/CodeGen/CommandFlags.h"
74 static LTOCodeGenerator *CodeGen = nullptr; variable
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)) {
415 assert(CodeGen);
[all...]

Completed in 523 milliseconds

12