Searched refs:getModuleFromVal (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/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() 4022 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace() 4702 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 4719 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print() 4723 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print() 4738 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print() 4781 M = getModuleFromVal(this); in printAsOperand()
|