Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAsmWriter.cpp266 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function
284 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal()
3136 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr); in print()
3140 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr); in print()
3153 V->getMetadata()->print(ROS, getModuleFromVal(V)); in print()
3177 M = getModuleFromVal(this); in printAsOperand()