Get the block at the requested location range. If no single block occupies the queried range, or the record is missing, a nullptr is returned.

Synopsis

Declared in <llvm/AsmParser/AsmParserContext.h>

BasicBlock*
getBlockAtLocation(FileLocRange const&) const;

Return Value

LLVM Basic Block Representation

Created with MrDocs