Home
last modified time | relevance | path

Searched defs:getData (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/bsd/elftosb/dist/common/
H A DBlob.h53 uint8_t * getData() { return m_data; } in getData() function
54 const uint8_t * getData() const { return m_data; } in getData() function
H A DDataSource.cpp41 unsigned DataSource::PatternSegment::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer) in getData() function in DataSource::PatternSegment
110 unsigned UnmappedDataSource::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer) in getData() function in UnmappedDataSource
182 unsigned MemoryImageDataSource::TextSegment::getData(unsigned offset, unsigned maxBytes, uint8_t * … in getData() function in MemoryImageDataSource::TextSegment
H A DIVTDataSource.cpp36 unsigned IVTDataSource::getData(unsigned offset, unsigned maxBytes, uint8_t * buffer) in getData() function in IVTDataSource
H A DELFSourceFile.cpp485 unsigned ELFSourceFile::ELFDataSource::ProgBitsSegment::getData(unsigned offset, unsigned maxBytes,… in getData() function in ELFSourceFile::ELFDataSource::ProgBitsSegment
H A DEncoreBootImage.h520 inline uint8_t * getData() { return m_data; } in getData() function
521 inline const uint8_t * getData() const { return m_data; } in getData() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugUnknownSubsection.h23 BinaryStreamRef getData() const { return Data; } in getData() function
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPControl.cpp65 string LDAPCtrl::getData() const { in getData() function in LDAPCtrl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DBinary.cpp40 StringRef Binary::getData() const { return Data.getBuffer(); } in getData() function in Binary
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h81 ArrayRef<Set> getData() { return Sets; } in getData() function
H A DDWARFDebugLoc.h75 const DWARFDataExtractor &getData() { return Data; } in getData() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h313 StringMap<IRData> &getData() { return Data; } in getData() function
314 const StringMap<IRData> &getData() const { return Data; } in getData() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsResource.h113 ArrayRef<uint8_t> getData() const { return Data; } in getData() function
163 ArrayRef<std::vector<uint8_t>> getData() const { return Data; } in getData() function
H A DMinidump.h170 ArrayRef<uint8_t> getData() const { in getData() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h122 ArrayRef<uint8_t> getData() const { in getData() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h199 data_type_ref getData() const { return (*this)->second; } in getData() function
329 data_type_ref getData() const { return (*this)->second; } in getData() function
H A DEquivalenceClasses.h107 const ElemTy &getData() const { return Data; } in getData() function
H A DSmallBitVector.h671 ArrayRef<uintptr_t> getData(uintptr_t &Store) const { in getData() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h206 static SectionKind getData() { return get(Data); } in getData() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc.c158 getData(TCSD_PACKET_TYPE dataType, in getData() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c229 getData(TCSD_PACKET_TYPE dataType, in getData() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDataExtractor.h92 StringRef getData() const { return Data; } in getData() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h365 const void *getData() const { return Data; } in getData() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h186 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; } in getData() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h182 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; } in getData() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h184 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; } in getData() function

12