Searched refs:getModuleFromVal (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 319 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function 337 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal() 3559 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace() 4155 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 4172 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print() 4176 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print() 4187 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print() 4228 M = getModuleFromVal(this); in printAsOperand()
|