Home
last modified time | relevance | path

Searched refs:printGlobal (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2332 void printGlobal(const GlobalVariable *GV);
2559 printGlobal(&GV); Out << '\n'; in printModule()
3145 void AssemblyWriter::printGlobal(const GlobalVariable *GV) { in printGlobal() function in AssemblyWriter
4099 W.printGlobal(V); in print()