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

/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1082 /// locations. Subclasses are \a DISubprogram, \a DILexicalBlock, and \a
1405 class DILexicalBlock : public DILexicalBlockBase { class in namespace:llvm
1412 DILexicalBlock(LLVMContext &C, StorageType Storage, unsigned Line, function in class:llvm::DILexicalBlock
1418 ~DILexicalBlock() = default;
1420 static DILexicalBlock *getImpl(LLVMContext &Context, DILocalScope *Scope,
1429 static DILexicalBlock *getImpl(LLVMContext &Context, Metadata *Scope,
1439 DEFINE_MDNODE_GET(DILexicalBlock, (DILocalScope * Scope, DIFile *File,
1442 DEFINE_MDNODE_GET(DILexicalBlock, (Metadata * Scope, Metadata *File,

Completed in 79 milliseconds