Searched refs:getModule (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DTrace.cpp29 Module *Trace::getModule() const { function in class:Trace
40 WriteAsOperand(O, *i, true, getModule());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DGCMetadataPrinter.h58 const Module &getModule() const { return S->getModule(); } function in class:llvm::GCMetadataPrinter
H A DGCStrategy.h87 /// getModule - The module within which the GC strategy is operating.
89 const Module &getModule() const { return *M; } function in class:llvm::GCStrategy
H A DMachineModuleInfo.h194 const Module *getModule() const { return TheModule; } function in class:llvm::MachineModuleInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp71 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");
H A DAsmPrinterInlineAsm.cpp92 LLVMContext &LLVMCtx = MMI->getModule()->getContext();
229 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
401 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
H A DDwarfDebug.cpp788 const Module *M = MMI->getModule();
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dmanager.h85 Module *getModule(const Guid &guid);
H A Dmanager.cpp173 Module *module = getModule(guid);
214 Module *CssmManager::getModule(const Guid &guid) function in class:CssmManager
H A Dcssm.cpp139 Required(NewModuleHandle) = gManager().getModule(Guid::required(ModuleGuid))->attach(
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DTrace.h55 /// getModule - Return this Module that contains this trace's parent
58 Module *getModule () const;
H A DCallGraph.h87 /// getModule - Return the module the call graph corresponds to.
89 Module &getModule() const { return *Mod; } function in class:llvm::CallGraph
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DLinker.h30 /// into it. The composite Module can be retrieved via the getModule() method.
100 Module* getModule() const { return Composite; } function in class:llvm::Linker
/macosx-10.9.5/llvmCore-3425.0.33/tools/lto/
H A DLTOCodeGenerator.cpp140 WriteBitcodeToFile(_linker.getModule(), Out.os());
221 std::string TripleStr = _linker.getModule()->getTargetTriple();
296 Module *mergedModule = _linker.getModule();
356 Module* mergedModule = _linker.getModule();
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJIT.h46 Module *getModule() const { return M; } function in class:llvm::JITState
H A DJIT.cpp364 if (jitstate && jitstate->getModule() == M) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp480 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
495 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineInstr.cpp1953 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg);

Completed in 146 milliseconds