Home | History | Annotate | Download | only in IR

Lines Matching refs:DILexicalBlock

45 DIDescriptor::DIDescriptor(const DILexicalBlock F) : DbgNode(F.DbgNode) {
61 DILexicalBlock(DbgNode).Verify() ||
558 bool DILexicalBlock::Verify() const {
665 return DILexicalBlock(DbgNode).getFilename();
683 return DILexicalBlock(DbgNode).getDirectory();
817 return getDISubprogram(DILexicalBlock(Scope).getContext());
886 processLexicalBlock(DILexicalBlock(S));
889 processLexicalBlock(DILexicalBlock(DBF.getScope()));
916 void DebugInfoFinder::processLexicalBlock(DILexicalBlock LB) {
919 return processLexicalBlock(DILexicalBlock(Context));
922 return processLexicalBlock(DILexicalBlock(DBF.getScope()));