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

1 2 3

  /external/llvm/lib/Analysis/
Trace.cpp 29 Module *Trace::getModule() const {
40 WriteAsOperand(O, *i, true, getModule());
  /external/llvm/include/llvm/CodeGen/
GCMetadataPrinter.h 57 const Module &getModule() const { return S->getModule(); }
GCStrategy.h 84 /// getModule - The module within which the GC strategy is operating.
86 const Module &getModule() const { return *M; }
MachineModuleInfo.h 194 const Module *getModule() const { return TheModule; }
  /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();
357 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SourceInfo.h 83 llvm::Module *getModule() const {
Compiler.h 160 const llvm::Module *getModule() const {
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 80 Module &M = CG.getModule();
InlineSimple.cpp 81 Module &M = CG.getModule();
  /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; }
  /external/llvm/include/llvm/
Linker.h 29 /// into it. The composite Module can be retrieved via the getModule() method.
99 Module* getModule() const { return Composite; }
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 167 WriteBitcodeToFile(_linker.getModule(), Out.os());
244 std::string Triple = _linker.getModule()->getTargetTriple();
308 Module *mergedModule = _linker.getModule();
371 Module* mergedModule = _linker.getModule();
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 357 return getModule().getNamedValue(Name);
623 new llvm::GlobalVariable(getModule(), ATy, false,
679 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(),
692 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(),
    [all...]
CGRTTI.cpp 68 VMContext(CGM.getModule().getContext()),
147 llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name);
151 GV = new llvm::GlobalVariable(CGM.getModule(), Int8PtrTy, /*Constant=*/true,
483 CGM.getModule().getOrInsertGlobal(VTableName, Int8PtrTy);
541 llvm::GlobalVariable *TypeNameGV = CGM.getModule().getNamedGlobal(Name);
561 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name);
671 new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
    [all...]
CGObjCMac.cpp     [all...]
CGBlocks.cpp 101 new llvm::GlobalVariable(CGM.getModule(), init->getType(), true,
848 new llvm::GlobalVariable(CGM.getModule(),
    [all...]
CodeGenFunction.cpp 34 Target(CGM.getContext().getTargetInfo()), Builder(cgm.getModule().getContext()),
278 CGM.getModule().getOrInsertNamedMetadata("opencl.kernels");
756 new llvm::GlobalVariable(CGM.getModule(), NullConstant->getType(),
    [all...]
CGCXX.cpp 154 new llvm::GlobalAlias(AliasType, Linkage, "", Aliasee, &getModule());
CGDeclCXX.cpp 175 Name, &CGM.getModule());
  /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/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 205 if (Att->getModule() != "malloc")
260 if (Att->getModule() != "malloc")
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 478 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
493 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());

Completed in 343 milliseconds

1 2 3