reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
517 W.printNumber("Seg", Public.Segment);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp 365 error(IO.mapInteger(Public.Segment));
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp235 if (LS.second->Segment != RS.second->Segment) 235 if (LS.second->Segment != RS.second->Segment) 236 return LS.second->Segment < RS.second->Segment; 236 return LS.second->Segment < RS.second->Segment;lib/ObjectYAML/CodeViewYAMLSymbols.cpp
344 IO.mapOptional("Segment", Symbol.Segment, uint16_t(0));
tools/lld/COFF/PDB.cpp 1265 pub.Segment = os->sectionIndex;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp419 if (p1.Segment < y.segment) 429 if (p.Segment == addr.segment && p.Offset == addr.offset)tools/llvm-pdbutil/MinimalSymbolDumper.cpp
775 formatSegmentOffset(Public.Segment, Public.Offset));