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

Definitions

include/llvm/DebugInfo/CodeView/CodeView.h
  569 struct FrameData {
  593 struct CrossModuleExport {
include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
   53 struct LineNumberEntry {
   59 struct ColumnNumberEntry {
include/llvm/DebugInfo/CodeView/TypeIndex.h
   95 class TypeIndex {
  272 struct TypeIndexOffset {
include/llvm/DebugInfo/PDB/Native/RawTypes.h
   19 struct SectionOffset {
   40 struct PSHashRecord {
   46 struct SectionContrib {
   59 struct SectionContrib2 {
   74 struct SecMapEntry {
include/llvm/Object/COFF.h
  440 struct coff_section {
 1242 struct FpoData {
include/llvm/Support/BinaryStreamArray.h
  258 template <typename T> class FixedStreamArray {
unittests/Support/BinaryStreamTest.cpp
  589   enum class MyEnum : int64_t { Foo = -10, Bar = 0, Baz = 10 };