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

1 2 3 4 5

  /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; }
  /external/llvm/lib/Analysis/
Trace.cpp 28 Module *Trace::getModule() const {
39 (*i)->printAsOperand(O, true, getModule());
  /frameworks/compile/libbcc/include/bcc/
Source.h 69 inline llvm::Module &getModule()
71 inline const llvm::Module &getModule() const
  /frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp 40 &pScript.getSource().getModule(), &libclcore_source->getModule());
RSCompiler.cpp 37 llvm::Module &module = script.getSource().getModule();
  /external/llvm/include/llvm/Object/
IRObjectFile.h 41 const Module &getModule() const {
42 return const_cast<IRObjectFile*>(this)->getModule();
44 Module &getModule() {
  /external/llvm/include/llvm/LTO/
LTOModule.h 98 const Module &getModule() const {
99 return const_cast<LTOModule*>(this)->getModule();
101 Module &getModule() {
102 return IRFile->getModule();
107 return getModule().getTargetTriple();
112 getModule().setTargetTriple(Triple);
  /external/llvm/include/llvm/Linker/
Linker.h 38 Module *getModule() const { return Composite; }
  /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 101 LLVMContext &LLVMCtx = MMI->getModule()->getContext();
247 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
419 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  /development/tools/idegen/src/com/android/idegen/
ModuleCache.java 58 Module module = getModule(moduleDir);
86 private Module getModule(File moduleDir) throws IOException {
  /external/clang/include/clang/Lex/
ModuleMap.h 93 Module *getModule() const { return Storage.getPointer(); }
100 return getRole() != ExcludedHeader && getModule()->isAvailable();
  /external/llvm/include/llvm/Analysis/
Trace.h 55 /// getModule - Return this Module that contains this trace's parent
58 Module *getModule () const;
CallGraph.h 117 Module &getModule() const { return M; }
333 Module &getModule() const { return G->getModule(); }
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 185 lto_passes.run(pScript.getSource().getModule());
235 codegen_passes.run(pScript.getSource().getModule());
248 llvm::Module &module = pScript.getSource().getModule();
Source.cpp 150 if (llvm::Linker::LinkModules(mModule, &pSource.getModule(),
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 53 return CGM.getModule().getFunction("__llvm_profile_register_functions");
71 &CGM.getModule());
87 return CGM.getModule().getOrInsertFunction("__llvm_profile_register_function",
112 auto *Name = new llvm::GlobalVariable(CGM.getModule(), VarName->getType(),
135 new llvm::GlobalVariable(CGM.getModule(), DataTy, true, VarLinkage,
178 assert(CGM.getModule().getFunction("__llvm_profile_init") == nullptr &&
190 "__llvm_profile_init", &CGM.getModule());
784 if (CGM.getModule().getGlobalVariable(RuntimeVarName))
790 auto *Var = new llvm::GlobalVariable(CGM.getModule(), Int32Ty, false,
797 RuntimeUserName, &CGM.getModule());
    [all...]
CodeGenModule.cpp 355 getModule().addModuleFlag(llvm::Module::Warning, "Dwarf Version",
361 getModule().addModuleFlag(llvm::Module::Warning, "Debug Info Version",
374 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);
378 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth);
579 return getModule().getNamedValue(Name);
    [all...]
CGObjCMac.cpp     [all...]
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 73 const Module& getModule() const { return m_Module; }
74 Module& getModule() { return m_Module; }
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 117 bool ret = IRLinker.linkInModule(&mod->getModule(), &errMsg);
173 WriteBitcodeToFile(IRLinker.getModule(), Out.os());
262 std::string TripleStr = IRLinker.getModule()->getTargetTriple();
385 Module *mergedModule = IRLinker.getModule();
451 Module *mergedModule = IRLinker.getModule();
  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 132 public final String getModule() {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 46 Module *getModule() const { return M; }
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 119 << ") in " << getModule();

Completed in 3055 milliseconds

1 2 3 4 5