Searched refs:formatted_raw_ostream (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h26 class formatted_raw_ostream;
35 formatted_raw_ostream &) {}
41 formatted_raw_ostream &) {
47 formatted_raw_ostream &) {
53 formatted_raw_ostream &) {}
57 virtual void printInfoComment(const Value &, formatted_raw_ostream &) {}
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DFormattedStream.cpp10 // This file contains the implementation of formatted_raw_ostream.
48 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) {
67 formatted_raw_ostream &formatted_raw_ostream::PadToColumn(unsigned NewCol) {
76 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) {
88 /// fouts() - This returns a reference to a formatted_raw_ostream for
90 formatted_raw_ostream &llvm::fouts() {
91 static formatted_raw_ostream S(outs());
95 /// ferrs() - This returns a reference to a formatted_raw_ostream for
97 formatted_raw_ostream
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DFormattedStream.h23 /// formatted_raw_ostream - A raw_ostream that wraps another one and keeps track
27 class formatted_raw_ostream : public raw_ostream { class in namespace:llvm
65 // This formatted_raw_ostream inherits from raw_ostream, so it'll do its
79 /// formatted_raw_ostream - Open the specified file for
85 /// This is because formatted_raw_ostream does its own buffering,
89 formatted_raw_ostream(raw_ostream &Stream) function in class:llvm::formatted_raw_ostream
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) { function in class:llvm::formatted_raw_ostream
97 ~formatted_raw_ostream() override {
107 formatted_raw_ostream &PadToColumn(unsigned NewCol);
147 /// fouts() - This returns a reference to a formatted_raw_ostream fo
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetStreamer.h30 formatted_raw_ostream &OS;
33 SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
H A DSparc.h25 class formatted_raw_ostream;
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCore.h26 class formatted_raw_ostream;
/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430.h38 class formatted_raw_ostream;
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp97 formatted_raw_ostream &OS;
99 XCoreTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
107 formatted_raw_ostream &OS)
128 formatted_raw_ostream &OS,
/freebsd-11.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPTargetMachine.h23 class formatted_raw_ostream;
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcTargetStreamer.cpp26 formatted_raw_ostream &OS)
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h21 class formatted_raw_ostream;
61 formatted_raw_ostream &OS,
H A DAArch64ELFStreamer.cpp48 formatted_raw_ostream &OS;
53 AArch64TargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
57 formatted_raw_ostream &OS)
195 formatted_raw_ostream &OS,
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h44 formatted_raw_ostream &OS;
47 WebAssemblyTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
H A DWebAssemblyTargetStreamer.cpp34 MCStreamer &S, formatted_raw_ostream &OS)
40 static void PrintTypes(formatted_raw_ostream &OS, ArrayRef<MVT> Types) {
H A DWebAssemblyMCTargetDesc.cpp87 formatted_raw_ostream &OS,
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h42 formatted_raw_ostream &OS;
44 AMDGPUTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
H A DAMDGPUMCTargetDesc.cpp77 formatted_raw_ostream &OS,
/freebsd-11.0-release/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp64 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) {
74 formatted_raw_ostream &OS) override {
78 void printInfoComment(const Value &V, formatted_raw_ostream &OS) override {
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.h21 class formatted_raw_ostream;
53 formatted_raw_ostream &OS,
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h26 class formatted_raw_ostream;
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h31 class formatted_raw_ostream;
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp112 formatted_raw_ostream &OS;
115 PPCTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS)
220 formatted_raw_ostream &OS,
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp60 unsigned StartIdx, formatted_raw_ostream &OS);
62 void EmitPredicateFunctions(formatted_raw_ostream &OS);
64 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS);
67 formatted_raw_ostream &OS);
157 formatted_raw_ostream &OS) {
193 formatted_raw_ostream FOS(OS);
334 formatted_raw_ostream FOS(OS);
617 formatted_raw_ostream &OS) {
633 void MatcherTableEmitter::EmitPredicateFunctions(formatted_raw_ostream &OS) {
764 formatted_raw_ostream
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h51 FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp79 formatted_raw_ostream &, bool,
185 formatted_raw_ostream &OS,

Completed in 292 milliseconds

12