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