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

/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAsmWriter.cpp52 static const Module *getModuleFromVal(const Value *V) { function
1147 if (Context == 0) Context = getModuleFromVal(V);
2110 AssemblyWriter W(OS, SlotTable, getModuleFromVal(I), AAW);
2114 AssemblyWriter W(OS, SlotTable, getModuleFromVal(BB), AAW);

Completed in 358 milliseconds