getBlockAtLocation overloads

Synopses

Declared in <llvm/AsmParser/AsmParserContext.h>

Get the block at the requested location.

BasicBlock*
getBlockAtLocation(FileLoc const& Query) const;

Get the block at the requested location range.

Return Value

The basic block, or nullptr if none is found.

Parameters

Name

Description

Query

Source location to look up.

Created with MrDocs