Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAsmWriter.cpp1975 void printGlobal(const GlobalVariable *GV);
2163 printGlobal(I); Out << '\n'; in printModule()
2310 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { in printGlobal() function in AssemblyWriter
3147 W.printGlobal(V); in print()