HomeSort by: relevance | last modified time | path
    Searched defs:getData (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 23 BinaryStreamRef getData() const { return Data; }
  /src/external/bsd/elftosb/dist/common/
IVTDataSource.cpp 36 unsigned IVTDataSource::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer)
Blob.h 53 uint8_t * getData() { return m_data; }
54 const uint8_t * getData() const { return m_data; }
DataSource.cpp 41 unsigned DataSource::PatternSegment::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer)
110 unsigned UnmappedDataSource::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer)
182 unsigned MemoryImageDataSource::TextSegment::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer)
ELFSourceFile.cpp 485 unsigned ELFSourceFile::ELFDataSource::ProgBitsSegment::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer)
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Binary.cpp 40 StringRef Binary::getData() const { return Data.getBuffer(); }
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPControl.cpp 65 string LDAPCtrl::getData() const {
66 DEBUG(LDAP_DEBUG_TRACE,"LDAPCtrl::getData()" << endl);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 75 const DWARFDataExtractor &getData() { return Data; }
DWARFDebugPubTable.h 81 ArrayRef<Set> getData() { return Sets; }
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc.c 158 getData(TCSD_PACKET_TYPE dataType,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
TargetProcessControlTypes.h 122 ArrayRef<uint8_t> getData() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Minidump.h 40 return getData().slice(Stream.Location.RVA, Stream.Location.DataSize);
51 return getDataSlice(getData(), Desc.RVA, Desc.DataSize);
170 ArrayRef<uint8_t> getData() const {
WindowsResource.h 113 ArrayRef<uint8_t> getData() const { return Data; }
163 ArrayRef<std::vector<uint8_t>> getData() const { return Data; }
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc.c 229 getData(TCSD_PACKET_TYPE dataType,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
EquivalenceClasses.h 107 const ElemTy &getData() const { return Data; }
269 return Node->getData();
ImmutableMap.h 199 data_type_ref getData() const { return (*this)->second; }
329 data_type_ref getData() const { return (*this)->second; }
FoldingSet.h 305 const unsigned *getData() const { return Data; }
322 : Bits(Ref.getData(), Ref.getData() + Ref.getSize()) {}
SmallBitVector.h 671 ArrayRef<uintptr_t> getData(uintptr_t &Store) const {
673 return getPointer()->getData();
725 std::make_pair(V.size(), V.getData(Store)));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
StandardInstrumentations.h 313 StringMap<IRData> &getData() { return Data; }
314 const StringMap<IRData> &getData() const { return Data; }
317 return Data == That.getData();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DataExtractor.h 92 StringRef getData() const { return Data; }
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector.h 186 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; }
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 365 const void *getData() const { return Data; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 206 static SectionKind getData() { return get(Data); }
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector.h 182 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector.h 182 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; }

Completed in 40 milliseconds

1 2