Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp53 static std::optional<llvm::APInt> GetAPInt(const DataExtractor &data, in GetAPInt() function
101 std::optional<llvm::APInt> apint = GetAPInt(data, &offset, byte_size); in DumpAPInt()
676 GetAPInt(DE, &offset, semantics_byte_size); in DumpDataExtractor()