Searched refs:readLine (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp150 /// parsing the lines returned by the readLine function.
167 StringRef readLine() { function in class:__anon2823::ExternalProfileTextLoader
304 StringRef Line = Loader.readLine();
308 Line = Loader.readLine();
312 StringRef FName = Loader.readLine();
326 Line = Loader.readLine();
342 Line = Loader.readLine();
/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h67 std::string readLine(unsigned line);
H A DNVPTXAsmPrinter.cpp2145 temp << reader->readLine(line);
2163 std::string LineReader::readLine(unsigned lineNum) { function in class:LineReader

Completed in 61 milliseconds