Home
last modified time | relevance | path

Searched refs:Data3 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp44 support::ulittle16_t Data3; in format() member
51 << '-' << format_hex_no_prefix(G->Data3, 4, /*Upper=*/true) in format()
/freebsd/lib/libefivar/
H A Duefi-guid.c9 uint16_t Data3; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h43 llvm::support::ulittle16_t Data3; member
/freebsd/stand/efi/include/
H A Defidef.h76 UINT16 Data3; member
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp41 llvm::sys::swapByteOrder(debug_info.Uuid.Data3); in UUID()
/freebsd/sys/contrib/edk2/Include/
H A DBase.h225 UINT16 Data3; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp162 support::ulittle16_t Data3; in input() member
168 !to_integer(A[2], G.Data3, 16) || !to_integer(A[3], D41, 16) || in input()