Searched refs:raw_ostream (Results 626 - 650 of 746) sorted by relevance

<<21222324252627282930

/external/clang/lib/Basic/
H A DIdentifierTable.cpp23 #include "llvm/Support/raw_ostream.h"
405 void Selector::print(llvm::raw_ostream &OS) const {
/external/clang/lib/Serialization/
H A DASTWriter.cpp1499 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) {
1511 void EmitKey(raw_ostream& Out, key_type_ref key, unsigned KeyLen) {
1521 void EmitData(raw_ostream &Out, key_type_ref key,
1870 static EmitKeyDataLength(raw_ostream& Out,
1877 static void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
1882 static void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
2757 EmitKeyDataLength(raw_ostream& Out, Selector Sel,
2776 void EmitKey(raw_ostream& Out, Selector Sel, unsigned) {
2791 void EmitData(raw_ostream& Out, key_type_ref,
3114 EmitKeyDataLength(raw_ostream
[all...]
/external/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp97 void EmitClangSACheckers(RecordKeeper &Records, raw_ostream &OS) {
/external/llvm/lib/CodeGen/
H A DVirtRegMap.cpp35 #include "llvm/Support/raw_ostream.h"
119 void VirtRegMap::print(raw_ostream &OS, const Module*) const {
/external/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp18 #include "llvm/Support/raw_ostream.h"
362 DWARFFormValue::dump(raw_ostream &OS, const DWARFUnit *cu) const {
H A DDWARFContext.cpp19 #include "llvm/Support/raw_ostream.h"
31 static void dumpPubSection(raw_ostream &OS, StringRef Name, StringRef Data,
62 void DWARFContext::dump(raw_ostream &OS, DIDumpType DumpType) {
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp28 #include "llvm/Support/raw_ostream.h"
122 void PassManagerPrettyStackEntry::print(raw_ostream &OS) const {
239 Pass *createPrinterPass(raw_ostream &O,
309 Pass *createPrinterPass(raw_ostream &O,
410 Pass *createPrinterPass(raw_ostream &O,
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp46 #include "llvm/Support/raw_ostream.h"
443 bool LTOCodeGenerator::generateObjectFile(raw_ostream &out,
/external/llvm/lib/Support/
H A DYAMLTraits.cpp17 #include "llvm/Support/raw_ostream.h"
385 Output::Output(raw_ostream &yout, void *context)
652 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) {
668 raw_ostream &Out) {
679 raw_ostream &Out) {
690 raw_ostream &Out) {
707 raw_ostream &Out) {
723 raw_ostream &Out) {
739 raw_ostream &Out) {
752 void ScalarTraits<int8_t>::output(const int8_t &Val, void *, raw_ostream
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp29 #include "llvm/Support/raw_ostream.h"
401 void EmitByte(unsigned char C, raw_ostream &OS) const {
405 void EmitConstant(uint64_t Val, unsigned Size, raw_ostream &OS) const {
413 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
1649 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
H A DARMMCTargetDesc.cpp272 raw_ostream &OS,
H A DARMMachObjectWriter.cpp485 MCObjectWriter *llvm::createARMMachObjectWriter(raw_ostream &OS,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp24 #include "llvm/Support/raw_ostream.h"
90 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp353 raw_ostream &_OS,
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp24 #include "llvm/Support/raw_ostream.h"
223 static void printCOFFSymbolAddress(llvm::raw_ostream &Out,
H A Dllvm-objdump.cpp59 #include "llvm/Support/raw_ostream.h"
507 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls();
509 raw_ostream &DebugOut = nulls();
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp350 raw_ostream& OS = W.startLine();
H A DARMWinEHPrinter.cpp77 raw_ostream &operator<<(raw_ostream &OS, const ARM::WinEH::ReturnType &RT) {
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp29 #include "llvm/Support/raw_ostream.h"
768 void CGRecordLayout::print(raw_ostream &OS) const {
802 void CGBitFieldInfo::print(raw_ostream &OS) const {
/external/clang/lib/Driver/
H A DToolChains.h132 void print(raw_ostream &OS) const;
157 void printVerboseInfo(raw_ostream &OS) const override;
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp431 void Region::print(raw_ostream &OS, bool print_tree, unsigned level,
733 void RegionInfo::print(raw_ostream &OS, const Module *) const {
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp226 void print(raw_ostream &OS) const override;
414 void SystemZOperand::print(raw_ostream &OS) const {
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp54 #include "llvm/Support/raw_ostream.h"
259 void print(raw_ostream &OS, const_iterator I, StringRef Indent = " ") const;
260 void printSlice(raw_ostream &OS, const_iterator I,
262 void printUse(raw_ostream &OS, const_iterator I,
264 void print(raw_ostream &OS) const;
758 void AllocaSlices::print(raw_ostream &OS, const_iterator I,
764 void AllocaSlices::printSlice(raw_ostream &OS, const_iterator I,
771 void AllocaSlices::printUse(raw_ostream &OS, const_iterator I,
776 void AllocaSlices::print(raw_ostream &OS) const {
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp115 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) {
808 raw_ostream &O) {
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp31 #include "llvm/Support/raw_ostream.h"
121 raw_ostream &operator<<(raw_ostream &os, BindingKey K) {
214 void dump(raw_ostream &OS, const char *nl) const {
584 void print(Store store, raw_ostream &Out, const char* nl,
2351 void RegionStoreManager::print(Store store, raw_ostream &OS,

Completed in 808 milliseconds

<<21222324252627282930