Searched refs:Endian (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DCoverageMappingReader.cpp20 #include "llvm/Support/Endian.h"
309 template <typename T, support::endianness Endian>
322 uint32_t NRecords = CovHeader->getNRecords<Endian>();
323 uint32_t FilenamesSize = CovHeader->getFilenamesSize<Endian>();
324 uint32_t CoverageSize = CovHeader->getCoverageSize<Endian>();
325 uint32_t Version = CovHeader->getVersion<Endian>();
360 uint32_t DataSize = CFR->template getDataSize<Endian>();
361 uint64_t FuncHash = CFR->template getFuncHash<Endian>();
372 T NameRef = CFR->template getFuncNameRef<Endian>();
378 CFR->template getFuncName<Endian>(ProfileName
392 loadTestingFormat(StringRef Data, InstrProfSymtab &ProfileNames, StringRef &CoverageMapping, uint8_t &BytesInAddress, support::endianness &Endian) argument
436 loadBinaryFormat(MemoryBufferRef ObjectBuffer, InstrProfSymtab &ProfileNames, StringRef &CoverageMapping, uint8_t &BytesInAddress, support::endianness &Endian, StringRef Arch) argument
492 support::endianness Endian; local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h25 #include "llvm/Support/Endian.h"
496 template <support::endianness Endian> uint64_t getFuncHash() const {
497 return support::endian::byte_swap<uint64_t, Endian>(FuncHash);
500 template <support::endianness Endian> uint32_t getDataSize() const {
501 return support::endian::byte_swap<uint32_t, Endian>(DataSize);
504 template <support::endianness Endian> IntPtrT getFuncNameRef() const {
505 return support::endian::byte_swap<IntPtrT, Endian>(NamePtr);
508 template <support::endianness Endian>
511 IntPtrT NameRef = getFuncNameRef<Endian>();
512 uint32_t NameS = support::endian::byte_swap<uint32_t, Endian>(NameSiz
[all...]
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-abi.h90 #error Unable to determine Endian mode
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DDwarf.cpp310 const char *llvm::dwarf::EndianityString(unsigned Endian) { argument
311 switch (Endian) {
/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsserial.c416 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.UartSerialBus.Endian),
H A Drsdumpinfo.c310 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (UartSerialBus.Endian), "Endian", AcpiGbl_EdDecode},
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacrestyp.h565 UINT8 Endian; member in struct:acpi_resource_uart_serialbus
577 /* Values for Endian field above */
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DDwarf.h621 const char *EndianityString(unsigned Endian);
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Datombios.h44 #error Endian not specified

Completed in 195 milliseconds