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

References

include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
   31     return Item.data();
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
   68   addSymbolsInBulk(Symbol.data());
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
   74     cantFail(visitMemberRecordStream(FieldList.data(), *this));
lib/DebugInfo/PDB/Native/TpiHashing.cpp
   48   return getHashForUdt(Deserialized, Rec.data());
   62   uint32_t ThisRecordHash = getHashForUdt(Deserialized, Rec.data());
  127   JC.update(Rec.data());
tools/lld/COFF/InputFiles.cpp
  777         TypeDeserializer::deserializeAs<TypeServer2Record>(firstType->data()));
  784         TypeDeserializer::deserializeAs<PrecompRecord>(firstType->data()));
tools/lld/COFF/PDB.cpp
  709   memcpy(newData.data(), sym.data().data(), sym.length());
  877               const_cast<uint8_t *>(sym.data().data()), sym.length());
  922           if (sym.data().data() == bulkSymbols.end()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  344     llvm::Error error = visitMemberRecordStream(field_list.data(), process);
  686       llvm::codeview::visitMemberRecordStream(field_list_cvt.data(), completer);
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
   58   static ArrayRef<uint8_t> bytes(const CVType &Item) { return Item.data(); }
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
   50         CVRecords.push_back(S.data());