Get the recorded source range of a function.
Declared in <llvm/AsmParser/AsmParserContext.h>
std::optional<FileLocRange>
getFunctionLocation(Function const* F) const;
The range, or std::nullopt if none is stored.
| Name | Description |
|---|---|
| F | Function whose location is requested. |