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

Synopsis

Declared in <llvm/AsmParser/AsmParserContext.h>

BasicBlock*
getBlockAtLocation(FileLoc const&) const;

Return Value

LLVM Basic Block Representation

Created with MrDocs