Searched refs:DILexicalBlock (Results 1 – 7 of 7) sorted by relevance
47 class DILexicalBlock; variable498 class DILexicalBlock : public DIScope {500 explicit DILexicalBlock(const MDNode *N = 0) : DIScope(N) {} in DIScope()519 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(2); } in getScope()797 void processLexicalBlock(DILexicalBlock LB);
48 class DILexicalBlock; variable634 DILexicalBlock createLexicalBlock(DIDescriptor Scope, DIFile File,
44 DILexicalBlock(DbgNode).Verify() || in Verify()593 bool DILexicalBlock::Verify() const { in Verify()747 return DIScopeRef(DILexicalBlock(DbgNode).getContext()); in getContext()894 return getDISubprogram(DILexicalBlock(Scope).getContext()); in getDISubprogram()1052 DILexicalBlock LB(Scope); in processScope()1064 void DebugInfoFinder::processLexicalBlock(DILexicalBlock LB) { in processLexicalBlock()1067 return processLexicalBlock(DILexicalBlock(Context)); in processLexicalBlock()1070 return processLexicalBlock(DILexicalBlock(DBF.getScope())); in processLexicalBlock()
127 DILexicalBlock LexBlock(N); in getFromDILexicalBlock()
1184 DILexicalBlock DIBuilder::createLexicalBlock(DIDescriptor Scope, DIFile File, in createLexicalBlock()1196 DILexicalBlock R(MDNode::get(VMContext, Elts)); in createLexicalBlock()
202 DILexicalBlock DB(N); in getOrCreateAbstractScope()
1931 DILexicalBlock DB(S); in recordSourceLine()