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

Overridden By

lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  109 uint32_t NativeRawSymbol::getAddressSection() const {
unittests/DebugInfo/PDB/PDBApiTest.cpp
  244   MOCK_SYMBOL_ACCESSOR(getAddressSection)

References

lib/DebugInfo/PDB/PDBSymbolData.cpp
   27   if (auto Section = RawSymbol->getAddressSection())
   40   uint32_t DataSection = RawSymbol->getAddressSection();