HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 251 - 275 of 836) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/IR/
ConstantRange.h 258 void print(raw_ostream &OS) const;
265 inline raw_ostream &operator<<(raw_ostream &OS, const ConstantRange &CR) {
DebugInfo.h 44 class raw_ostream;
150 void print(raw_ostream &OS) const;
159 void printInternal(raw_ostream &OS) const;
185 void printInternal(raw_ostream &OS) const;
210 void printInternal(raw_ostream &OS) const;
292 void printInternal(raw_ostream &OS) const;
362 void printInternal(raw_ostream &OS) const;
395 void printInternal(raw_ostream &OS) const;
425 void printInternal(raw_ostream &OS) const;
455 void printInternal(raw_ostream &OS) const
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 25 class raw_ostream;
46 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &_OS,
48 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &_OS,
MCObjectWriter.h 16 #include "llvm/Support/raw_ostream.h"
44 raw_ostream &OS;
49 MCObjectWriter(raw_ostream &_OS, bool _IsLittleEndian)
60 raw_ostream &getStream() { return OS; }
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 93 void printOperand(const MachineInstr *MI, unsigned OpNum, raw_ostream &O);
94 bool printAsmMRegister(const MachineOperand &MO, char Mode, raw_ostream &O);
97 raw_ostream &O);
101 raw_ostream &O) override;
104 raw_ostream &O) override;
106 void PrintDebugValueComment(const MachineInstr *MI, raw_ostream &OS);
210 raw_ostream &O) {
231 raw_ostream &O) {
253 bool isVector, raw_ostream &O) {
267 const char *ExtraCode, raw_ostream &O)
    [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 36 void run(raw_ostream &OS);
38 void EmitPrefix(raw_ostream &OS);
41 raw_ostream &OS);
44 raw_ostream &OS);
46 raw_ostream &OS);
48 raw_ostream &OS);
50 raw_ostream &OS);
52 raw_ostream &OS);
54 raw_ostream &OS);
56 raw_ostream &OS)
    [all...]
SequenceToOffsetTable.h 19 #include "llvm/Support/raw_ostream.h"
110 void emit(raw_ostream &OS,
111 void (*Print)(raw_ostream&, ElemT),
128 static inline void printChar(raw_ostream &OS, char C) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDIL.h 60 class raw_ostream;
  /external/clang/include/clang/AST/
PrettyPrinter.h 30 virtual bool handledStmt(Stmt* E, raw_ostream& OS) = 0;
  /external/clang/lib/AST/
TemplateBase.cpp 26 #include "llvm/Support/raw_ostream.h"
35 /// \param Out the raw_ostream instance to use for printing.
37 raw_ostream &Out) {
345 raw_ostream &Out) const {
  /external/clang/lib/Frontend/
DependencyGraph.cpp 23 #include "llvm/Support/raw_ostream.h"
40 raw_ostream &writeNodeReference(raw_ostream &OS,
91 raw_ostream &
92 DependencyGraphCallback::writeNodeReference(raw_ostream &OS,
  /external/clang/lib/Serialization/
GeneratePCH.cpp 22 #include "llvm/Support/raw_ostream.h"
31 raw_ostream *OS, bool AllowASTWithErrors)
  /external/llvm/include/llvm/ExecutionEngine/
ObjectBuffer.h 20 #include "llvm/Support/raw_ostream.h"
65 raw_ostream &getOStream() { return OS; }
  /external/llvm/include/llvm/Support/
BlockFrequency.h 21 class raw_ostream;
  /external/llvm/lib/Analysis/
Interval.cpp 18 #include "llvm/Support/raw_ostream.h"
40 void Interval::print(raw_ostream &OS) const {
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 179 raw_ostream &
180 MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS,
185 raw_ostream &
186 MachineBlockFrequencyInfo::printBlockFreq(raw_ostream &OS,
MachineDominators.cpp 57 void MachineDominatorTree::print(raw_ostream &OS, const Module*) const {
MachineFunctionPass.cpp 21 Pass *MachineFunctionPass::createPrinterPass(raw_ostream &O,
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 22 class raw_ostream;
80 void dump(raw_ostream &OS) const;
91 void dump(raw_ostream &OS) const;
186 void dump(raw_ostream &OS) const;
  /external/llvm/lib/IR/
Pass.cpp 22 #include "llvm/Support/raw_ostream.h"
39 Pass *ModulePass::createPrinterPass(raw_ostream &O,
111 void Pass::print(raw_ostream &O,const Module*) const {
134 Pass *FunctionPass::createPrinterPass(raw_ostream &O,
156 Pass *BasicBlockPass::createPrinterPass(raw_ostream &O,
  /external/llvm/lib/MC/
MCValue.cpp 14 #include "llvm/Support/raw_ostream.h"
18 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
  /external/llvm/lib/Support/
Twine.cpp 13 #include "llvm/Support/raw_ostream.h"
58 void Twine::printOneChild(raw_ostream &OS, Child Ptr,
102 void Twine::printOneChildRepr(raw_ostream &OS, Child Ptr,
152 void Twine::print(raw_ostream &OS) const {
157 void Twine::printRepr(raw_ostream &OS) const {
  /external/llvm/lib/Target/Hexagon/
Hexagon.h 30 class raw_ostream;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.h 49 void PrintImpl(raw_ostream &OS) const override;
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 23 void NVPTXFloatMCExpr::PrintImpl(raw_ostream &OS) const {

Completed in 620 milliseconds

<<11121314151617181920>>