Searched refs:getModuleFromVal (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 263 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function 281 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal() 4113 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace() 4901 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 4918 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print() 4922 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print() 4937 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print() 4980 M = getModuleFromVal(this); in printAsOperand()
|