Searched defs:Data (Results 1 - 25 of 367) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_crc32.cpp19 u32 computeHardwareCRC32(u32 Crc, uptr Data) { argument
H A Dscudo_crc32.h88 INLINE u32 computeSoftwareCRC32(u32 Crc, uptr Data) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp19 Error RangeListEntry::extract(DWARFDataExtractor Data, uint64_t End, argument
[all...]
H A DDWARFListTable.cpp18 Error DWARFListTableHeader::extract(DWARFDataExtractor Data, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcrc32_hw.cpp14 u32 computeHardwareCRC32(u32 Crc, uptr Data) { argument
H A Dchecksum.h40 inline u16 computeBSDChecksum(u16 Sum, uptr Data) { argument
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.h44 uint8_t Data[1]; member in struct:PACKET_OID_DATA
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dahuuids.c218 AcpiAhMatchUuid( UINT8 *Data) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBlockCounter.h30 void *Data; member in class:clang::ento::BlockCounter
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFSection.h17 StringRef Data; member in struct:llvm::DWARFSection
H A DDWARFDebugAbbrev.h60 mutable Optional<DataExtractor> Data; member in class:llvm::DWARFDebugAbbrev
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCRC.cpp75 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { argument
101 uint32_t llvm::crc32(ArrayRef<uint8_t> Data) { return crc32(0, Data); } argument
103 void JamCRC::update(ArrayRef<uint8_t> Data) { argument
[all...]
H A DRandomNumberGenerator.cpp42 std::vector<uint32_t> Data; local
H A DScopedPrinter.cpp22 printBinaryImpl(StringRef Label, StringRef Str, ArrayRef<uint8_t> Data, bool Block, uint32_t StartOffset) argument
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSharedLibraryAtom.h23 Data, member in class:lld::SharedLibraryAtom::Type
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDataCollection.h57 addDataToConsumer(T &DataConsumer, Type Data) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugUnknownSubsection.h20 DebugUnknownSubsectionRef(DebugSubsectionKind Kind, BinaryStreamRef Data) argument
26 BinaryStreamRef Data; member in class:llvm::codeview::final
H A DAppendingTypeTableBuilder.h61 ArrayRef<uint8_t> Data = SimpleSerializer.serialize(Record); local
H A DDebugSubsectionRecord.h51 BinaryStreamRef Data; member in class:llvm::codeview::DebugSubsectionRecord
H A DMergingTypeTableBuilder.h72 ArrayRef<uint8_t> Data = SimpleSerializer.serialize(Record); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp41 StringRef Data = File.get()->getBuffer(); local
80 StringRef Data = File.get()->getBuffer(); local
98 StringRef Data = File.get()->getBuffer(); local
133 StringRef Data = File.get()->getBuffer(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp40 StringRef Data = Object.getBuffer(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp35 StringRef Data = Ctx->getObjectBuffer().getBuffer(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp104 Error llvm::codeview::consume(StringRef &Data, APSInt &Num) { argument
130 Error llvm::codeview::consume(StringRef &Data, uint32_t &Item) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp104 void NVPTXTargetStreamer::emitRawBytes(StringRef Data) { argument

Completed in 895 milliseconds

1234567891011>>