HomeSort by relevance Sort by last modified time
    Searched refs:Module (Results 651 - 675 of 826) sorted by null

<<21222324252627282930>>

  /external/clang/lib/Serialization/
ASTReader.cpp 329 // Detailed record is important since it is used for the module cache hash.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 1 //===--- CodeGenModule.cpp - Emit LLVM Code from ASTs for a Module --------===//
10 // This coordinates the per-module state used while generating code.
35 #include "clang/Basic/Module.h"
45 #include "llvm/IR/Module.h"
72 llvm::Module &M, const llvm::DataLayout &TD,
196 getModule().addModuleFlag(llvm::Module::Warning, "Dwarf Version",
479 /// when the module is unloaded.
813 /// \brief Add link options implied by the given module, including modules
816 Module *Mod,
818 llvm::SmallPtrSet<Module *, 16> &Visited)
    [all...]
  /external/llvm/lib/IR/
Core.cpp 26 #include "llvm/IR/Module.h"
97 return wrap(new Module(ModuleID, getGlobalContext()));
102 return wrap(new Module(ModuleID, *unwrap(C)));
156 /*--.. Operations on module contexts ......................................--*/
    [all...]
DataLayout.cpp 23 #include "llvm/IR/Module.h"
313 DataLayout::DataLayout(const Module *M)
439 bool DataLayout::doFinalization(Module &M) {
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 9 #include <mcld/Module.h>
29 #include <llvm/IR/Module.h>
94 TargetTriple("mtriple", cl::desc("Override target triple for module"));
128 cl::desc("Do not verify input module"));
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 20 #include "llvm/IR/Module.h"
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 24 #include "llvm/IR/Module.h"
53 void CheckDebugInfoIntrinsics(Module *M) {
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 25 #include "llvm/IR/Module.h"
137 void UpgradeExceptionHandling(Module *M) {
151 for (Module::iterator
295 void CheckDebugInfoIntrinsics(Module *M) {
    [all...]
  /build/core/
base_rules.mk 18 # arbitrary operations as each module is included.
24 ## Common instructions for a generic module.
64 $(warning *** Module name: $(LOCAL_MODULE))
67 $(warning * Module is attempting to use the 'user' tag. This)
68 $(warning * used to cause the module to be installed automatically.)
69 $(warning * Now, the module must be listed in the PRODUCT_PACKAGES)
72 $(error user tag detected on module.)
75 # Only the tags mentioned in this test are expected to be set by module
85 # file, tag the module as "gnu". Search for "*_GPL*" and "*_MPL*" so that we can also
130 # Make sure that this IS_HOST/CLASS/MODULE combination is unique
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 138 const Module *Imported);
332 const Module *Imported) {
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 25 objects. See the [llvm::Module] class. *)
53 module TypeKind : sig
74 module Linkage : sig
95 module Visibility : sig
105 module CallConv : sig
118 module Attribute : sig
150 module Icmp : sig
166 module Fcmp : sig
187 module Opcode : sig
260 module ValueKind : si
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 9 #include "llvm/IR/Module.h"
456 static Module *TheModule;
492 // Look up the name in the global module table.
817 // Make the module, which holds all the code.
818 TheModule = new Module("my cool jit", Context);
820 // Create the JIT. This takes ownership of the module.
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 9 #include "llvm/IR/Module.h"
541 static Module *TheModule;
596 // Look up the name in the global module table.
935 // Make the module, which holds all the code.
936 TheModule = new Module("my cool jit", Context);
938 // Create the JIT. This takes ownership of the module.
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 31 #include "llvm/IR/Module.h"
157 bool AsmPrinter::doInitialization(Module &M) {
185 // Emit module-level inline asm if it exists.
865 bool AsmPrinter::doFinalization(Module &M) {
867 for (Module::const_global_iterator I = M.global_begin(), E = M.global_end();
872 for (Module::const_iterator I = M.begin(), E = M.end(); I != E; ++I) {
884 // Emit module flags.
885 SmallVector<Module::ModuleFlagEntry, 8> ModuleFlags;
913 // Print out module-level global variables here.
914 for (Module::const_global_iterator I = M.global_begin(), E = M.global_end()
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 29 #include "llvm/IR/Module.h"
63 bool doInitialization(Module &M);
90 bool SjLjEHPrepare::doInitialization(Module &M) {
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 46 #include "llvm/IR/Module.h"
83 bool doInitialization(Module &M);
116 // current module.
117 bool LowerInvoke::doInitialization(Module &M) {
  /art/compiler/dex/portable/
mir_to_gbc.h 178 ::llvm::Module* module_;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 7 module ANTLR3
8 module Template
9 module Builder
12 module ClassMethods
57 module RewriteBuilder
90 class Group < Module
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 15 #include "ppapi/cpp/module.h"
206 Module::Get()->AddPluginInterface(kPPPContentDecryptorInterface,
  /external/chromium_org/ppapi/tests/
test_broker.cc 207 pp::Module::Get()->GetBrowserInterface(PPB_BROKER_TRUSTED_INTERFACE));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 21 #include "llvm/Module.h"
48 bool doInitialization(Module &M);
49 bool doFinalization(Module &M);
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 226 /// a module import.
249 /// turned into a module import.
573 const Module *Imported);
  /external/clang/lib/Sema/
Sema.cpp 621 // If we are building a module, resolve all of the exported declarations
623 if (Module *CurrentModule = PP.getCurrentModule()) {
626 SmallVector<Module *, 2> Stack;
629 Module *Mod = Stack.back();
634 // diagnostic client to deal with complaints in the module map at this
640 for (Module::submodule_iterator Sub = Mod->submodule_begin(),
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 654 virtual void print(raw_ostream &OS, const Module *) const;

Completed in 644 milliseconds

<<21222324252627282930>>