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

123456789

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTrace.cpp31 Module *Trace::getModule() const { function in class:Trace
41 (*i)->printAsOperand(O, true, getModule());
H A DMemoryLocation.cpp38 const auto &DL = LI->getModule()->getDataLayout();
48 const auto &DL = SI->getModule()->getDataLayout();
67 const auto &DL = CXI->getModule()->getDataLayout();
78 const auto &DL = RMWI->getModule()->getDataLayout();
137 const DataLayout &DL = II->getModule()->getDataLayout();
H A DCallGraphSCCPass.cpp123 Module &M = CG.getModule();
518 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
533 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
646 SCC.getCallGraph().getModule().print(OS, nullptr);
667 SCC.getCallGraph().getModule().print(OS, nullptr);
704 SCC.getCallGraph().getModule().getContext().getOptPassGate();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DExternalPreprocessorSource.h42 virtual Module *getModule(unsigned ModuleID) = 0;
H A DModuleMap.h170 Module *getModule() const { return Storage.getPointer(); } function in class:clang::ModuleMap::KnownHeader
177 return getModule()->isAvailable();
183 (M && M->getTopLevelModule() == getModule()->getTopLevelModule());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.cpp22 LLVMContext &CTX = MMI.getModule()->getContext();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h60 const Module *getModule() const { return M; } function in class:llvm::ModuleSlotTracker
H A DBasicBlock.h113 const Module *getModule() const;
114 Module *getModule() { function in class:llvm::final
116 static_cast<const BasicBlock *>(this)->getModule());
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestProbeData.java64 buf.append(d.getModule());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h117 const Module &getModule() const { return *Mod; } function in struct:llvm::LTOModule
118 Module &getModule() { return *Mod; } function in struct:llvm::LTOModule
124 return getModule().getTargetTriple();
129 getModule().setTargetTriple(Triple);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h78 Module &getModule() { return Composite; } function in class:llvm::IRMover
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp82 const Module *M = Asm->MMI->getModule();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFGuardLongjmp.cpp64 if (!MF.getMMI().getModule()->getModuleFlag("cfguard"))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp43 const DataLayout &DL = A->getModule()->getDataLayout();
58 const DataLayout &DL = A->getModule()->getDataLayout();
H A DDependencyAnalysis.cpp54 const DataLayout &DL = Inst->getModule()->getDataLayout();
88 const DataLayout &DL = Inst->getModule()->getDataLayout();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp59 CGM.getModule().getOrInsertNamedMetadata("llvm.asan.globals");
87 I->setMetadata(CGM.getModule().getMDKindID("nosanitize"),
H A DCGGPUBuiltin.cpp119 llvm::Function* VprintfFunc = GetVprintfDeclaration(CGM.getModule());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp74 Module *M = CI.getModule();
117 Module *M = CI.getModule();
H A DBuildLibCalls.cpp835 Module *M = B.GetInsertBlock()->getModule();
911 Module *M = B.GetInsertBlock()->getModule();
1047 Module *M = B.GetInsertBlock()->getModule();
1089 Module *M = B.GetInsertBlock()->getModule();
1134 Module *M = B.GetInsertBlock()->getModule();
1157 Module *M = B.GetInsertBlock()->getModule();
1174 Module *M = B.GetInsertBlock()->getModule();
1195 Module *M = B.GetInsertBlock()->getModule();
1215 Module *M = B.GetInsertBlock()->getModule();
1234 Module *M = B.GetInsertBlock()->getModule();
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp160 assert(Triple(CB->getModule()->getTargetTriple()).isOSWindows() &&
184 assert(Triple(CB->getModule()->getTargetTriple()).isOSWindows() &&
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h52 /// getModule - Return this Module that contains this trace's parent
54 Module *getModule () const;
H A DCallGraph.h113 Module &getModule() const { return M; } function in class:llvm::CallGraph
342 Module &getModule() const { return G->getModule(); } function in class:CallGraphWrapperPass
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h53 const ThreadSafeModule &getModule() const { return TSM; } function in class:llvm::orc::IRMaterializationUnit
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp43 const DataLayout &DL = L.getHeader()->getModule()->getDataLayout();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp105 MF.getMMI().getModule()->getModuleFlag("cf-protection-branch");

Completed in 163 milliseconds

123456789