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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp1133 void printGlobal(const GlobalVariable *GV);
1255 printGlobal(I);
1351 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { function in class:AssemblyWriter
2067 W.printGlobal(V);
/external/llvm/lib/IR/
H A DAsmWriter.cpp2093 void printGlobal(const GlobalVariable *GV);
2284 printGlobal(&GV); Out << '\n';
2457 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { function in class:AssemblyWriter
3422 W.printGlobal(V);

Completed in 164 milliseconds