Searched refs:CheckRangeSize (Results 1 – 2 of 2) sorted by relevance
223 llvm::Error CommandObjectDisassemble::CheckRangeSize(const AddressRange &range, in CheckRangeSize() function in CommandObjectDisassemble279 if (llvm::Error err = CheckRangeSize(ranges[0], "the function")) in GetContainingAddressRanges()311 if (llvm::Error err = CheckRangeSize(range, "the current function")) in GetCurrentFunctionRanges()367 if (llvm::Error err = CheckRangeSize(range, "a range")) in GetNameRanges()
89 llvm::Error CheckRangeSize(const AddressRange &range, llvm::StringRef what);