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