Searched refs:OS (Results 351 - 375 of 1115) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/IR/
H A DAsmWriter.cpp118 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) { argument
122 case GlobalPrefix: OS << '@'; break;
123 case ComdatPrefix: OS << '$'; break;
125 case LocalPrefix: OS << '%'; break;
147 OS << Name;
153 OS << '"';
154 PrintEscapedString(Name, OS);
155 OS << '"';
161 static void PrintLLVMName(raw_ostream &OS, const Value *V) { argument
162 PrintLLVMName(OS,
196 print(Type *Ty, raw_ostream &OS) argument
271 printStructBody(StructType *STy, raw_ostream &OS) argument
2218 TP.print(const_cast<Type*>(this), OS); local
[all...]
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp67 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineBasicBlock &MBB) { argument
68 MBB.print(OS);
69 return OS;
266 void MachineBasicBlock::print(raw_ostream &OS, SlotIndexes *Indexes) const { argument
269 OS << "Can't print out MachineBasicBlock because parent MachineFunction"
275 OS << Indexes->getMBBStartIdx(this) << '\t';
277 OS << "BB#" << getNumber() << ": ";
281 OS << Comma << "derived from LLVM BB ";
282 LBB->printAsOperand(OS, /*PrintType=*/false);
285 if (isLandingPad()) { OS << Comm
335 printAsOperand(raw_ostream &OS, bool ) const argument
[all...]
H A DLiveIntervalUnion.cpp82 LiveIntervalUnion::print(raw_ostream &OS, const TargetRegisterInfo *TRI) const { argument
84 OS << " empty\n";
88 OS << " [" << SI.start() << ' ' << SI.stop() << "):"
91 OS << '\n';
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRowTest.cpp72 #if !OS(ANDROID)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPageAllocator.h41 #if OS(WIN)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_mman.h30 * OS independent memory mapping (with large file support).
48 # error Unsupported OS
/external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh23 DEFINES="OS=linux host_os=linux skia_os=chromeos skia_gpu=0"
/external/chromium_org/third_party/zlib/
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */ enumerator in enum:__anon16405
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/clang/include/clang/AST/
H A DPrettyPrinter.h30 virtual bool handledStmt(Stmt* E, raw_ostream& OS) = 0;
/external/clang/include/clang/Driver/
H A DMultilib.h80 void print(raw_ostream &OS) const;
92 raw_ostream &operator<<(raw_ostream &OS, const Multilib &M);
151 void print(raw_ostream &OS) const;
162 raw_ostream &operator<<(raw_ostream &OS, const MultilibSet &MS);
/external/clang/include/clang/Frontend/
H A DTextDiagnosticPrinter.h29 raw_ostream &OS; member in class:clang::TextDiagnosticPrinter
/external/llvm/include/llvm/CodeGen/
H A DMachineBranchProbabilityInfo.h82 raw_ostream &printEdgeProbability(raw_ostream &OS,
H A DStackMaps.h185 void emitStackmapHeader(MCStreamer &OS);
188 void emitFunctionFrameRecords(MCStreamer &OS);
191 void emitConstantPoolEntries(MCStreamer &OS);
194 void emitCallsiteEntries(MCStreamer &OS, const TargetRegisterInfo *TRI);
/external/llvm/include/llvm/MC/
H A DMCSection.h52 raw_ostream &OS,
H A DSubtargetFeature.h94 void print(raw_ostream &OS) const;
/external/llvm/include/llvm/Object/
H A DSymbolicFile.h102 std::error_code printName(raw_ostream &OS) const;
123 virtual std::error_code printSymbolName(raw_ostream &OS,
176 inline std::error_code BasicSymbolRef::printName(raw_ostream &OS) const {
177 return OwningObject->printSymbolName(OS, SymbolPimpl);
/external/llvm/include/llvm/Support/
H A DTimer.h69 void print(const TimeRecord &Total, raw_ostream &OS) const;
73 /// invocations of its startTimer()/stopTimer() methods. Given appropriate OS
176 void print(raw_ostream &OS);
179 static void printAll(raw_ostream &OS);
185 void PrintQueuedTimers(raw_ostream &OS);
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h52 void dump(raw_ostream &OS) const;
H A DDWARFDebugArangeSet.h58 void dump(raw_ostream &OS) const;
H A DDWARFDebugRangeList.h67 void dump(raw_ostream &OS) const;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp185 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
188 OS,
202 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
204 return createPPCELFObjectWriter(OS, is64, isLittleEndian(), OSABI);
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCTargetDesc.h46 MCObjectWriter *createAMDGPUELFObjectWriter(raw_ostream &OS);
H A DSIMCCodeEmitter.cpp56 /// \brief Encode the instruction and write it to the OS.
57 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
129 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, argument
138 OS.write((uint8_t) ((Encoding >> (8 * i)) & 0xff));
164 OS.write((uint8_t) ((Imm.I >> (8 * j)) & 0xff));
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.h42 MCObjectWriter *createSparcELFObjectWriter(raw_ostream &OS,
/external/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.h34 void printRegName(raw_ostream &OS, unsigned RegNo) const override;

Completed in 1083 milliseconds

<<11121314151617181920>>