Home
last modified time | relevance | path

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

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