Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp329 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function
347 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal()
3938 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace()
4630 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
4647 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
4651 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
4662 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print()
4703 M = getModuleFromVal(this); in printAsOperand()