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

References

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  301   return UnderlyingType ? UnderlyingType->getLength() : 0;
lib/DebugInfo/PDB/UDTLayout.cpp
  240                                                        VBPO, VBP->getLength());
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  698     if (uint64_t size = builtin_type->getLength())
tools/llvm-pdbutil/PrettyBuiltinDumper.cpp
   32     if (Symbol.getLength() == 4)
   36     switch (Symbol.getLength()) {
   49     switch (Symbol.getLength()) {
tools/llvm-pdbutil/PrettyEnumDumper.cpp
   44         UnderlyingType->getLength() != 4) {