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

References

include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h
   33     return S->kind() == DebugSubsectionKind::CoffSymbolRVA;
   50     return S->kind() == DebugSubsectionKind::CoffSymbolRVA;
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
   83   case DebugSubsectionKind::CoffSymbolRVA: {
lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp
   20     : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {}
   27     : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {}
lib/DebugInfo/CodeView/EnumTables.cpp
  237     CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  224       : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {}
tools/lld/COFF/PDB.cpp
 1051     case DebugSubsectionKind::CoffSymbolRVA:
tools/llvm-pdbutil/FormatUtil.cpp
  119       RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva");
  141       RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA,
tools/llvm-readobj/COFFDumper.cpp
  558     LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),