Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp50 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function
1090 if (Context == 0) Context = getModuleFromVal(V); in WriteAsOperand()
2057 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), AAW); in print()
2061 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), AAW); in print()
/external/llvm/lib/IR/
DAsmWriter.cpp273 static const Module *getModuleFromVal(const Value *V) { in getModuleFromVal() function
291 if (const Module *M = getModuleFromVal(U)) in getModuleFromVal()
3396 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
3413 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), nullptr, IsForDebug); in print()
3417 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), nullptr, IsForDebug); in print()
3428 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print()
3471 M = getModuleFromVal(this); in printAsOperand()