Searched defs:DILexicalBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfo.h48 class DILexicalBlock;
534 /// DILexicalBlock - This is a wrapper for a lexical block.
535 class DILexicalBlock : public DIScope { class in namespace:llvm
537 explicit DILexicalBlock(const MDNode *N = nullptr) : DIScope(N) {} function in class:llvm::DILexicalBlock
557 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(2); }
746 ? getFieldAs<DILexicalBlock>(2).getDiscriminator()
750 DILocation copyWithNewScope(LLVMContext &Ctx, DILexicalBlock NewScope);

Completed in 357 milliseconds