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

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

Completed in 88 milliseconds