getBlockAtLocation overloads

Synopses

Declared in <llvm/AsmParser/AsmParserContext.h>

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

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.

Created with MrDocs