Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp72 static llvm::Optional<llvm::APInt> GetAPInt(const DataExtractor &data, in GetAPInt() function
120 llvm::Optional<llvm::APInt> apint = GetAPInt(data, &offset, byte_size); in DumpAPInt()
673 GetAPInt(DE, &offset, semantics_byte_size); in DumpDataExtractor()