Home
last modified time | relevance | path

Searched refs:getModuleFromVal (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp263 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function
281 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal()
3925 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace()
4600 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
4617 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
4621 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
4632 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print()
4673 M = getModuleFromVal(this); in printAsOperand()