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

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp52 static const Module *getModuleFromVal(const Value *V) { function
1128 if (Context == 0) Context = getModuleFromVal(V);
2124 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), AAW);
2128 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), AAW);

Completed in 89 milliseconds