HomeSort by relevance Sort by last modified time
    Searched refs:getModule (Results 1 - 25 of 57) 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 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/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();
361 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SourceInfo.h 81 inline llvm::Module *getModule() const {
Compiler.h 135 const llvm::Module *getModule() const {
Script.cpp 364 if (mCompiled->readModule(mSourceList[0]->getModule()) != 0) {
371 if (mCompiled->linkModule(mSourceList[1]->getModule()) != 0) {
  /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 30 /// into it. The composite Module can be retrieved via the getModule() method.
100 Module* getModule() const { return Composite; }
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 138 WriteBitcodeToFile(_linker.getModule(), Out.os());
213 std::string Triple = _linker.getModule()->getTargetTriple();
279 Module *mergedModule = _linker.getModule();
339 Module* mergedModule = _linker.getModule();
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 368 return getModule().getNamedValue(Name);
638 new llvm::GlobalVariable(getModule(), ATy, false,
694 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(),
707 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(),
    [all...]
CGRTTI.cpp 66 VMContext(CGM.getModule().getContext()) { }
145 llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name);
149 GV = new llvm::GlobalVariable(CGM.getModule(), CGM.Int8PtrTy,
483 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);
541 llvm::GlobalVariable *TypeNameGV = CGM.getModule().getNamedGlobal(Name);
561 llvm::GlobalVariable *OldGV = CGM.getModule().getNamedGlobal(Name);
670 new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
    [all...]
CGObjCMac.cpp     [all...]
CodeGenFunction.cpp 34 Builder(cgm.getModule().getContext()),
285 CGM.getModule().getOrInsertNamedMetadata("opencl.kernels");
797 new llvm::GlobalVariable(CGM.getModule(), NullConstant->getType(),
    [all...]
CGBlocks.cpp 103 new llvm::GlobalVariable(CGM.getModule(), init->getType(), true,
    [all...]
CGCXX.cpp 154 new llvm::GlobalAlias(AliasType, Linkage, "", Aliasee, &getModule());
CGDecl.cpp 188 new llvm::GlobalVariable(CGM.getModule(), LTy,
238 GV = new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
    [all...]
CGDeclCXX.cpp 274 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/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 478 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
493 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 411 if (Att->getModule() != "malloc")
475 if (Att->getModule() != "malloc")
    [all...]

Completed in 671 milliseconds

1 2 3