Home
last modified time | relevance | path

Searched defs:HexDigits (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp775 std::string_view HexDigits; in demangleConstInt() local
788 std::string_view HexDigits; in demangleConstBool() local
805 std::string_view HexDigits; in demangleConstChar() local
967 uint64_t Demangler::parseHexNumber(std::string_view &HexDigits) { in parseHexNumber()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp355 uint8_t HexDigits = AddressSize * 2; in dumpAddress() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1344 unsigned int convertToHexString(char *DST, unsigned int HexDigits, in convertToHexString()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5175 unsigned int HexDigits, in convertToHexString()