Searched refs:getModuleFromVal (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | AsmWriter.cpp | 318 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function 336 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal() 3655 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace() 4323 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 4340 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print() 4344 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print() 4355 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print() 4396 M = getModuleFromVal(this); in printAsOperand()
|