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

Derived Classes

include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
   75 class DebugChecksumsSubsection final : public DebugSubsection {
include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
   46 class DebugCrossModuleExportsSubsection final : public DebugSubsection {
include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
   69 class DebugCrossModuleImportsSubsection final : public DebugSubsection {
include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
   41 class DebugFrameDataSubsection final : public DebugSubsection {
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
   88 class DebugInlineeLinesSubsection final : public DebugSubsection {
include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
  105 class DebugLinesSubsection final : public DebugSubsection {
include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
   56 class DebugStringTableSubsection : public DebugSubsection {
include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
   45 class DebugSymbolRVASubsection final : public DebugSubsection {
include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
   36 class DebugSymbolsSubsection final : public DebugSubsection {

Declarations

include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
   27 class DebugSubsection;

References

include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
   75 class DebugChecksumsSubsection final : public DebugSubsection {
   79   static bool classof(const DebugSubsection *S) {
include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h
   46 class DebugCrossModuleExportsSubsection final : public DebugSubsection {
   51   static bool classof(const DebugSubsection *S) {
include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
   69 class DebugCrossModuleImportsSubsection final : public DebugSubsection {
   76   static bool classof(const DebugSubsection *S) {
include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
   24   static bool classof(const DebugSubsection *S) {
   41 class DebugFrameDataSubsection final : public DebugSubsection {
   46   static bool classof(const DebugSubsection *S) {
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
   88 class DebugInlineeLinesSubsection final : public DebugSubsection {
   98   static bool classof(const DebugSubsection *S) {
include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
  105 class DebugLinesSubsection final : public DebugSubsection {
  119   static bool classof(const DebugSubsection *S) {
include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
   56 class DebugStringTableSubsection : public DebugSubsection {
   60   static bool classof(const DebugSubsection *S) {
include/llvm/DebugInfo/CodeView/DebugSubsection.h
   37   static bool classof(const DebugSubsection *S) { return true; }
include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
   56   DebugSubsectionRecordBuilder(std::shared_ptr<DebugSubsection> Subsection,
   70   std::shared_ptr<DebugSubsection> Subsection;
include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
   45 class DebugSymbolRVASubsection final : public DebugSubsection {
   49   static bool classof(const DebugSubsection *S) {
include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
   36 class DebugSymbolsSubsection final : public DebugSubsection {
   39   static bool classof(const DebugSubsection *S) {
include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
   56   addDebugSubsection(std::shared_ptr<codeview::DebugSubsection> Subsection);
include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
  120 Expected<std::vector<std::shared_ptr<codeview::DebugSubsection>>>
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
   56     std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container)
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  181     std::shared_ptr<DebugSubsection> Subsection) {
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
   92   virtual std::shared_ptr<DebugSubsection>
  110   std::shared_ptr<DebugSubsection>
  124   std::shared_ptr<DebugSubsection>
  140   std::shared_ptr<DebugSubsection>
  156   std::shared_ptr<DebugSubsection>
  170   std::shared_ptr<DebugSubsection>
  184   std::shared_ptr<DebugSubsection>
  198   std::shared_ptr<DebugSubsection>
  212   std::shared_ptr<DebugSubsection>
  227   std::shared_ptr<DebugSubsection>
  401 std::shared_ptr<DebugSubsection> YAMLChecksumsSubsection::toCodeViewSubsection(
  412 std::shared_ptr<DebugSubsection> YAMLLinesSubsection::toCodeViewSubsection(
  442 std::shared_ptr<DebugSubsection>
  463 std::shared_ptr<DebugSubsection>
  473 std::shared_ptr<DebugSubsection>
  488 std::shared_ptr<DebugSubsection> YAMLSymbolsSubsection::toCodeViewSubsection(
  498 std::shared_ptr<DebugSubsection>
  508 std::shared_ptr<DebugSubsection> YAMLFrameDataSubsection::toCodeViewSubsection(
  530 std::shared_ptr<DebugSubsection>
  746 Expected<std::vector<std::shared_ptr<DebugSubsection>>>
  750   std::vector<std::shared_ptr<DebugSubsection>> Result;
  755     std::shared_ptr<DebugSubsection> CVS;
usr/include/c++/7.4.0/bits/shared_ptr.h
   93     class shared_ptr : public __shared_ptr<_Tp>
  107       using element_type = typename __shared_ptr<_Tp>::element_type;
  224 	shared_ptr(const shared_ptr<_Yp>& __r, element_type* __p) noexcept
  236 	shared_ptr(const shared_ptr<_Yp>& __r) noexcept
  253 	shared_ptr(shared_ptr<_Yp>&& __r) noexcept
  299 	_Assignable<const shared_ptr<_Yp>&>
  300 	operator=(const shared_ptr<_Yp>& __r) noexcept
  324 	_Assignable<shared_ptr<_Yp>>
  325 	operator=(shared_ptr<_Yp>&& __r) noexcept
  352       shared_ptr(const weak_ptr<_Tp>& __r, std::nothrow_t)
  388     operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
  480     static_pointer_cast(const shared_ptr<_Up>& __r) noexcept
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  882     : is_convertible<_Yp*, _Tp*>::type
  882     : is_convertible<_Yp*, _Tp*>::type
  956       using element_type = _Tp;
 1035     : public __shared_ptr_access<_Tp, _Lp>
 1038       using element_type = typename remove_extent<_Tp>::type;
 1116 	__shared_ptr(const __shared_ptr<_Yp, _Lp>& __r,
 1126 	__shared_ptr(const __shared_ptr<_Yp, _Lp>& __r) noexcept
 1138 	__shared_ptr(__shared_ptr<_Yp, _Lp>&& __r) noexcept
 1192 	_Assignable<_Yp>
 1193 	operator=(const __shared_ptr<_Yp, _Lp>& __r) noexcept
 1218 	_Assignable<_Yp>
 1219 	operator=(__shared_ptr<_Yp, _Lp>&& __r) noexcept
 1272       swap(__shared_ptr<_Tp, _Lp>& __other) noexcept
 1344       __shared_ptr(const __weak_ptr<_Tp, _Lp>& __r, std::nothrow_t)
 1431     operator!=(const __shared_ptr<_Tp, _Lp>& __a, nullptr_t) noexcept
 1601       using element_type = typename remove_extent<_Tp>::type;
 1684       __shared_ptr<_Tp, _Lp>
 1720       _M_assign(_Tp* __ptr, const __shared_count<_Lp>& __refcount) noexcept
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_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;
 1942     { typedef _Tp     type; };