Searched refs:getModuleFromVal (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 262 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function 280 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal() 3916 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace() 4593 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 4610 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print() 4614 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print() 4629 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print() 4672 M = getModuleFromVal(this); in printAsOperand()
|