struct EndianAdapter

Declaration

template <typename T>
struct EndianAdapter { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/FormatUtil.h:108

Templates

T

Method Overview

  • public EndianAdapter<T>(llvm::pdb::detail::EndianAdapter::EndianType && Item)
  • public void format(llvm::raw_ostream & Stream, llvm::StringRef Style)

Methods

EndianAdapter<T>(
    llvm::pdb::detail::EndianAdapter::EndianType&&
        Item)

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/FormatUtil.h:115

Parameters

llvm::pdb::detail::EndianAdapter::EndianType&& Item

void format(llvm::raw_ostream& Stream,
            llvm::StringRef Style)

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/FormatUtil.h:118

Parameters

llvm::raw_ostream& Stream
llvm::StringRef Style