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

References

lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  516     F.CodeSize = YF.CodeSize;
  714     YF.CodeSize = F.CodeSize;
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
 1074         W.printHex("CodeSize", FD.CodeSize);