reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
452 error(IO.mapInteger(Data.Segment));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp 548 IO.mapOptional("Segment", Symbol.Segment, uint16_t(0));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp 246 return {record.Segment, record.DataOffset};
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp780 section = tlds.Segment; 782 addr = m_index->MakeVirtualAddress(tlds.Segment, tlds.DataOffset);tools/llvm-pdbutil/MinimalSymbolDumper.cpp
864 formatSegmentOffset(Data.Segment, Data.DataOffset));