Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
669 GetAPInt(DE, &offset, semantics_byte_size); in DumpDataExtractor()