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

Overridden By

lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  392 uint64_t NativeRawSymbol::getLength() const {
lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
   66 uint64_t NativeTypeArray::getLength() const { return Record.Size; }
lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp
   38 uint64_t NativeTypeBuiltin::getLength() const { return Length; }
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  293 uint64_t NativeTypeEnum::getLength() const {
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
   78 uint64_t NativeTypePointer::getLength() const {
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   99 uint64_t NativeTypeUDT::getLength() const {
unittests/DebugInfo/PDB/PDBApiTest.cpp
  313   MOCK_SYMBOL_ACCESSOR(getLength)

References

lib/DebugInfo/PDB/PDBSymbolData.cpp
   22   auto Len = RawSymbol->getLength();
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
   99   auto Len = RawSymbol->getLength();
lib/DebugInfo/PDB/UDTLayout.cpp
   44   return RawType.getLength();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  199         raw_sym.getVirtualAddress(), raw_sym.getLength());
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  418         raw_sym.getVirtualAddress() - func_file_vm_addr, raw_sym.getLength()));
tools/llvm-pdbutil/PrettyVariableDumper.cpp
   45   uint64_t Length = VarType->getRawSymbol().getLength();
tools/llvm-pdbutil/llvm-pdbutil.cpp
  902   return RawType.getLength();