Searched refs:raw_ostream (Results 351 - 375 of 746) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h37 class raw_ostream;
98 void print(raw_ostream &OS, const ValueMapType &Map, const char *Name) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp25 #include "llvm/Support/raw_ostream.h"
345 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const {
358 void SDNode::print_details(raw_ostream &OS, const SelectionDAG *G) const {
560 void SDNode::printr(raw_ostream &OS, const SelectionDAG *G) const {
566 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent,
612 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N,
634 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G,
639 void SDNode::printrFull(raw_ostream &OS, const SelectionDAG *G) const {
653 void SDNode::print(raw_ostream &OS, const SelectionDAG *G) const {
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLoc.cpp13 #include "llvm/Support/raw_ostream.h"
18 void DWARFDebugLoc::dump(raw_ostream &OS) const {
112 void DWARFDebugLocDWO::dump(raw_ostream &OS) const {
H A DDWARFAbbreviationDeclaration.cpp13 #include "llvm/Support/raw_ostream.h"
64 void DWARFAbbreviationDeclaration::dump(raw_ostream &OS) const {
H A DDWARFDebugArangeSet.cpp12 #include "llvm/Support/raw_ostream.h"
92 void DWARFDebugArangeSet::dump(raw_ostream &OS) const {
/external/llvm/lib/MC/
H A DMCExternalSymbolizer.cpp14 #include "llvm/Support/raw_ostream.h"
32 raw_ostream &cStream,
153 void MCExternalSymbolizer::tryAddingPcLoadReferenceComment(raw_ostream &cStream,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp185 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
202 MCObjectWriter *createObjectWriter(raw_ostream &OS) const override {
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DSIMCCodeEmitter.cpp25 #include "llvm/Support/raw_ostream.h"
57 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
129 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS,
H A DAMDGPUMCTargetDesc.cpp87 raw_ostream &_OS,
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp28 #include "llvm/Support/raw_ostream.h"
55 SourceMgr &SM, raw_ostream &Out,
163 raw_ostream &Out) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCTargetDesc.cpp85 raw_ostream &_OS,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h116 raw_ostream &Out,
/external/clang/tools/diagtool/
H A DDiagTool.cpp42 void DiagTools::printCommands(llvm::raw_ostream &out) {
/external/llvm/include/llvm/Analysis/
H A DPostDominators.h92 void print(raw_ostream &OS, const Module*) const override;
/external/llvm/include/llvm/CodeGen/
H A DLiveStackAnalysis.h95 void print(raw_ostream &O, const Module* = nullptr) const override;
/external/llvm/include/llvm/IR/
H A DType.h30 class raw_ostream;
121 void print(raw_ostream &O) const;
426 static inline raw_ostream &operator<<(raw_ostream &OS, Type &T) {
/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h114 raw_ostream &OS, bool IsLittleEndian);
/external/llvm/lib/Analysis/IPA/
H A DFindUsedTypes.cpp21 #include "llvm/Support/raw_ostream.h"
94 void FindUsedTypes::print(raw_ostream &OS, const Module *M) const {
/external/llvm/lib/Analysis/
H A DIntervalPartition.cpp35 void IntervalPartition::print(raw_ostream &O, const Module*) const {
/external/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp92 void LivePhysRegs::print(raw_ostream &OS) const {
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectSymbolizer.cpp19 #include "llvm/Support/raw_ostream.h"
43 void tryAddingPcLoadReferenceComment(raw_ostream &cStream, int64_t Value,
100 tryAddingPcLoadReferenceComment(raw_ostream &cStream, int64_t Value,
130 tryAddingSymbolicOperand(MCInst &MI, raw_ostream &cStream,
186 tryAddingPcLoadReferenceComment(raw_ostream &cStream,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp78 void AArch64MCExpr::PrintImpl(raw_ostream &OS) const {
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h44 void printCustom(raw_ostream &O) const override;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h73 bool addPassesToEmitMC(PassManagerBase &, MCContext *&, raw_ostream &,
/external/llvm/lib/Target/R600/
H A DAMDGPU.h24 class raw_ostream;

Completed in 827 milliseconds

<<11121314151617181920>>