Searched refs:startLine (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DStreamWriter.h93 startLine() << Label << ": " << Name << " (" << hex(Value) << ")\n";
95 startLine() << Label << ": " << hex(Value) << "\n";
120 startLine() << Label << " [ (" << hex(Value) << ")\n";
124 startLine() << " " << I->Name << " (" << hex(I->Value) << ")\n";
126 startLine() << "]\n";
131 startLine() << Label << " [ (" << hex(Value) << ")\n";
136 startLine() << " " << hex(Flag) << "\n";
140 startLine() << "]\n";
144 startLine() << Label << ": " << Value << "\n";
148 startLine() << Labe
230 raw_ostream& startLine() { function in class:llvm::StreamWriter
[all...]
H A DStreamWriter.cpp36 startLine() << Label;
41 startLine() << format(" %04" PRIX64 ": ", uint64_t(addr));
63 startLine() << ")\n";
65 startLine() << Label << ":";
H A DMachODumper.cpp215 W.startLine() << "FileHeaders not implemented.\n";
318 W.startLine() << "Section " << Name << " {\n";
328 W.startLine() << "}\n";
368 raw_ostream& OS = W.startLine();
430 W.startLine() << "UnwindInfo not implemented.\n";
H A DELFDumper.cpp539 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n";
545 W.startLine() << "}\n";
591 raw_ostream& OS = W.startLine();
770 W.startLine() << "UnwindInfo not implemented.\n";
783 W.startLine() << "DynamicSection [ (" << Total << " entries)\n";
787 W.startLine()
791 W.startLine()
799 W.startLine() << "]\n";
H A DCOFFDumper.cpp742 W.startLine() << "Section (" << SectionNumber << ") " << Name << " {\n";
752 W.startLine() << "}\n";
777 raw_ostream& OS = W.startLine();
808 W.startLine() << "Invalid section number: " << EC.message() << "\n";
920 W.startLine() << "<unhandled auxiliary record>\n";
932 W.startLine() << "Unsupported image machine type "
1063 W.startLine() << format("0x%02X: ", unsigned(UCs[0].u.CodeOffset))
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h4353 unsigned *startLine,

Completed in 112 milliseconds