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

References

lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp
   52               return LHS.RvaStart < RHS.RvaStart;
   52               return LHS.RvaStart < RHS.RvaStart;
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  522     F.RvaStart = YF.RvaStart;
  720     YF.RvaStart = F.RvaStart;
tools/lld/COFF/PDB.cpp
 1130       fd.RvaStart += *reloc;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  525     RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize);
  535     RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize);
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1140                  uint32_t(FD.RvaStart), uint32_t(FD.CodeSize),
tools/llvm-readobj/COFFDumper.cpp
 1073         W.printHex("RvaStart", FD.RvaStart);