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.
BasicBlock*
getBlockAtLocation(FileLoc const&) const;
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.
BasicBlock*
getBlockAtLocation(FileLocRange const&) const;
Created with MrDocs