Searched refs:getModuleFromVal (Results 1 – 1 of 1) sorted by relevance
/freebsd/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() 4206 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace() 5029 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 5046 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print() 5050 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print() 5065 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print() 5108 M = getModuleFromVal(this); in printAsOperand()
|