Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAsmWriter.cpp2039 void printGlobal(const GlobalVariable *GV);
2251 printGlobal(&GV); Out << '\n'; in printModule()
2398 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { in printGlobal() function in AssemblyWriter
3318 W.printGlobal(V); in print()