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.
BasicBlock*
getBlockAtLocation(FileLocRange const& Query) const;
Return Value
The basic block, or nullptr if none is found.
Parameters
Name |
Description |
Query |
Source location to look up. |
Created with MrDocs