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

1 2 3 4

  /external/llvm/include/llvm/CodeGen/
GCMetadataPrinter.h 58 const Module &getModule() const { return S->getModule(); }
GCStrategy.h 87 /// getModule - The module within which the GC strategy is operating.
89 const Module &getModule() const { return *M; }
MachineModuleInfo.h 194 const Module *getModule() const { return TheModule; }
  /external/llvm/lib/Analysis/
Trace.cpp 29 Module *Trace::getModule() const {
40 WriteAsOperand(O, *i, true, getModule());
  /frameworks/compile/libbcc/include/bcc/
Source.h 71 inline llvm::Module &getModule()
73 inline const llvm::Module &getModule() const
  /frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp 57 &pScript.getSource().getModule(), &libclcore_source->getModule());
RSCompiler.cpp 98 llvm::Module &module = script.getSource().getModule();
RSInfoExtractor.cpp 131 const llvm::Module &module = pSource.getModule();
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 71 EmitCamlGlobal(getModule(), AP, "code_begin");
74 EmitCamlGlobal(getModule(), AP, "data_begin");
97 EmitCamlGlobal(getModule(), AP, "code_end");
100 EmitCamlGlobal(getModule(), AP, "data_end");
106 EmitCamlGlobal(getModule(), AP, "frametable");
AsmPrinterInlineAsm.cpp 92 LLVMContext &LLVMCtx = MMI->getModule()->getContext();
229 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
401 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompiler.cpp 35 llvm::Module &module = pScript.getSource().getModule();
  /external/clang/include/clang/Lex/
ModuleMap.h 68 Module *getModule() const { return Storage.getPointer(); }
75 return !isExcluded() && getModule()->isAvailable();
  /external/llvm/include/llvm/
Linker.h 30 /// into it. The composite Module can be retrieved via the getModule() method.
92 Module* getModule() const { return Composite; }
  /external/llvm/include/llvm/Analysis/
Trace.h 55 /// getModule - Return this Module that contains this trace's parent
58 Module *getModule () const;
CallGraph.h 87 /// getModule - Return the module the call graph corresponds to.
89 Module &getModule() const { return *Mod; }
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 269 lto_passes.run(pScript.getSource().getModule());
319 codegen_passes.run(pScript.getSource().getModule());
331 llvm::Module &module = pScript.getSource().getModule();
Source.cpp 170 if (llvm::Linker::LinkModules(mModule, &pSource.getModule(),
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 144 WriteBitcodeToFile(_linker.getModule(), Out.os());
225 std::string TripleStr = _linker.getModule()->getTargetTriple();
300 Module *mergedModule = _linker.getModule();
360 Module* mergedModule = _linker.getModule();
  /external/clang/lib/CodeGen/
CGRTTI.cpp 66 VMContext(CGM.getModule().getContext()) { }
144 llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name);
148 GV = new llvm::GlobalVariable(CGM.getModule(), CGM.Int8PtrTy,
494 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);
552 llvm::GlobalVariable *TypeNameGV = CGM.getModule().getNamedGlobal(Name);
572 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name);
681 new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
    [all...]
CodeGenModule.cpp 447 return getModule().getNamedValue(Name);
737 new llvm::GlobalVariable(getModule(), ATy, false,
847 getModule().addModuleFlag(llvm::Module::AppendUnique, "Linker Options",
    [all...]
CGObjCMac.cpp     [all...]
  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 127 public final String getModule() {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 46 Module *getModule() const { return M; }
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 483 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
498 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
  /external/clang/include/clang/AST/
ExternalASTSource.h 141 virtual Module *getModule(unsigned ID) { return 0; }

Completed in 165 milliseconds

1 2 3 4