HomeSort by relevance Sort by last modified time
    Searched refs:OS (Results 101 - 125 of 1561) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/IR/
Mangler.cpp 32 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName,
42 OS << Name.substr(1);
47 OS << DL.getPrivateGlobalPrefix();
49 OS << DL.getLinkerPrivateGlobalPrefix();
52 OS << Prefix;
55 OS << Name;
58 static void getNameWithPrefixImpl(raw_ostream &OS, const Twine &GVName,
62 return getNameWithPrefixImpl(OS, GVName, PrefixTy, DL, Prefix);
65 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
67 return getNameWithPrefixImpl(OS, GVName, DL, Default)
    [all...]
  /external/llvm/utils/TableGen/
FastISelEmitter.cpp 102 void printManglingSuffix(raw_ostream &OS, ImmPredicateSet &ImmPredicates,
105 OS << 'r';
107 OS << 'f';
109 OS << 'i';
112 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName();
148 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) {
157 OS << " &&\n ";
162 OS << "VT == "
167 OS << PredFn.getFnName() << "(imm" << i <<')';
285 void PrintParameters(raw_ostream &OS) const
    [all...]
  /art/runtime/
os_linux.cc 17 #include "os.h"
30 File* OS::OpenFileForReading(const char* name) {
34 File* OS::OpenFileReadWrite(const char* name) {
43 return OS::OpenFileWithFlags(name, O_CREAT | extra_flags);
46 File* OS::CreateEmptyFile(const char* name) {
50 File* OS::CreateEmptyFileWriteOnly(const char* name) {
54 File* OS::OpenFileWithFlags(const char* name, int flags) {
63 bool OS::FileExists(const char* name) {
72 bool OS::DirectoryExists(const char* name) {
  /external/clang/lib/Frontend/
PCHContainerOperations.cpp 27 raw_pwrite_stream *OS;
30 RawPCHContainerGenerator(llvm::raw_pwrite_stream *OS,
32 : Buffer(Buffer), OS(OS) {}
39 *OS << Buffer->Data;
40 OS->flush();
52 const std::string &OutputFileName, llvm::raw_pwrite_stream *OS,
54 return llvm::make_unique<RawPCHContainerGenerator>(OS, Buffer);
PrintPreprocessedOutput.cpp 36 Preprocessor &PP, raw_ostream &OS) {
37 OS << "#define " << II.getName();
40 OS << '(';
44 OS << (*AI)->getName();
45 OS << ',';
50 OS << "...";
52 OS << (*AI)->getName();
56 OS << "..."; // #define foo(x...)
58 OS << ')';
64 OS << ' ';
    [all...]
  /external/llvm/include/llvm/Support/
raw_os_ostream.h 26 std::ostream &OS;
36 raw_os_ostream(std::ostream &O) : OS(O) {}
EndianStream.h 27 raw_ostream &OS;
28 Writer(raw_ostream &OS) : OS(OS) {}
31 OS.write((const char *)&Val, sizeof(value_type));
  /external/llvm/lib/Analysis/
PostDominators.cpp 42 void PostDominatorTree::print(raw_ostream &OS, const Module *) const {
43 DT->print(OS);
MemDerefPrinter.cpp 36 void print(raw_ostream &OS, const Module * = nullptr) const override;
68 void MemDerefPrinter::print(raw_ostream &OS, const Module *M) const {
69 OS << "The following are dereferenceable:\n";
71 V->print(OS);
73 OS << "\t(aligned)";
75 OS << "\t(unaligned)";
76 OS << "\n\n";
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUELFStreamer.cpp 22 raw_pwrite_stream &OS,
25 return new AMDGPUELFStreamer(Context, MAB, OS, Emitter);
R600MCCodeEmitter.cpp 43 /// \brief Encode the instruction and write it to the OS.
44 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
54 void EmitByte(unsigned int byte, raw_ostream &OS) const;
56 void Emit(uint32_t value, raw_ostream &OS) const;
57 void Emit(uint64_t value, raw_ostream &OS) const;
88 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
105 Emit(InstWord01, OS);
106 Emit(InstWord2, OS);
107 Emit((uint32_t) 0, OS);
129 Emit(Word01, OS);
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackendELF.h 22 MCObjectWriter *createObjectWriter(raw_pwrite_stream &OS) const override {
23 return createARMELFObjectWriter(OS, OSABI, isLittle());
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp 67 void MipsMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const {
70 case VK_Mips_LO: OS << "%lo"; break;
71 case VK_Mips_HI: OS << "%hi"; break;
72 case VK_Mips_HIGHER: OS << "%higher"; break;
73 case VK_Mips_HIGHEST: OS << "%highest"; break;
76 OS << '(';
77 Expr->print(OS, MAI);
78 OS << ')';
  /external/llvm/tools/llvm-cov/
CoverageViewOptions.h 30 ColoredRawOstream colored_ostream(raw_ostream &OS,
32 return llvm::colored_ostream(OS, Color, Colors);
  /hardware/bsp/intel/peripheral/libupm/src/lpd8806/
._jsupm_lpd8806.i 1 Mac OS X  2??ATTRR?? (…)
._pyupm_lpd8806.i 1 Mac OS X  2??ATTRU?? (…)
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
.___init__.py 1 Mac OS X  2x?ATTR v?H?? (…)
._printers.py 1 Mac OS X  2x?ATTR v?I?? (…)
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
._test.cpp 1 Mac OS X  2x?ATTR v?N?? (…)
  /external/clang/utils/TableGen/
ClangCommentCommandInfoEmitter.cpp 23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) {
25 "comments", OS);
27 OS << "namespace {\n"
32 OS << " { "
57 OS << ",";
58 OS << "\n";
60 OS << "};\n"
72 OS << "const CommandInfo *CommandTraits::getBuiltinCommandInfo(\n"
74 StringMatcher("Name", Matches, OS).Emit();
75 OS << " return nullptr;\n
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAcceleratorTable.cpp 49 void DWARFAcceleratorTable::dump(raw_ostream &OS) const {
51 OS << "Magic = " << format("0x%08x", Hdr.Magic) << '\n'
63 OS << format("Atom[%d] Type: ", i++);
65 OS << TypeString;
67 OS << format("DW_ATOM_Unknown_0x%x", Atom.first);
68 OS << " Form: ";
70 OS << FormString;
72 OS << format("DW_FORM_Unknown_0x%x", Atom.second);
73 OS << '\n';
85 OS << format("Bucket[%d]\n", Bucket)
    [all...]
  /external/llvm/lib/ProfileData/
CoverageMappingWriter.cpp 21 void CoverageFilenamesSectionWriter::write(raw_ostream &OS) {
22 encodeULEB128(Filenames.size(), OS);
24 encodeULEB128(Filename.size(), OS);
25 OS << Filename;
105 raw_ostream &OS) {
106 encodeULEB128(encodeCounter(Expressions, C), OS);
109 void CoverageMappingWriter::write(raw_ostream &OS) {
115 encodeULEB128(VirtualFileMapping.size(), OS);
117 encodeULEB128(FileID, OS);
122 encodeULEB128(MinExpressions.size(), OS);
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 134 llvm::raw_ostream &OS) {
137 OS << Pieces.first.str();
145 OS << Args[Index];
147 OS << "<Argument_Not_Provided>";
154 llvm::raw_ostream &OS) {
156 OS << Range.Start.Line << ":" << Range.Start.Column << ": ";
161 llvm::raw_ostream &OS) {
162 maybeAddLineAndColumn(Frame.Range, OS);
163 formatErrorString(contextTypeToFormatString(Frame.Type), Frame.Args, OS);
168 const Twine Prefix, llvm::raw_ostream &OS) {
    [all...]
  /external/llvm/lib/TableGen/
StringMatcher.cpp 58 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n";
63 OS << Indent << Split.first << "\n";
86 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '"
88 OS << Indent << " break;\n";
92 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo
95 OS << Indent << " break;\n";
103 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n";
104 OS << Indent << "default: break;\n";
109 OS << Indent << "case '" << LI->first << "':\t // "
111 if (LI->second.size() != 1) OS << 's'
    [all...]
  /external/llvm/lib/MC/
MCSymbol.cpp 52 void MCSymbol::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
58 OS << Name;
65 OS << '"';
68 OS << "\\n";
70 OS << "\\\"";
72 OS << C;
74 OS << '"';

Completed in 488 milliseconds

1 2 3 45 6 7 8 91011>>