reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
   75   const LineFragmentHeader *Header = nullptr;
   96   const LineFragmentHeader *header() const { return Header; }
  101   const LineFragmentHeader *Header = nullptr;
include/llvm/Support/BinaryStreamReader.h
  169   template <typename T> Error readObject(const T *&Dest) {
  171     if (auto EC = readBytes(Buffer, sizeof(T)))
include/llvm/Support/BinaryStreamWriter.h
  135   template <typename T> Error writeObject(const T &Obj) {
  136     static_assert(!std::is_pointer<T>::value,
  141         ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(&Obj), sizeof(T)));
lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
  104   LineFragmentHeader Header;
  138   uint32_t Size = sizeof(LineFragmentHeader);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1027                                       const LineFragmentHeader &block,
 1048                                   const LineFragmentHeader &block,
 1087     const LineFragmentHeader *lfh = lines.header();
usr/include/c++/7.4.0/type_traits
  381     : public __is_pointer_helper<typename remove_cv<_Tp>::type>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;