Home
last modified time | relevance | path

Searched refs:DILexicalBlockBase (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLexicalScopes.cpp170 if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope)) in getOrCreateRegularScope()
198 if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope)) in getOrCreateInlinedScope()
221 if (auto *Block = dyn_cast<DILexicalBlockBase>(Scope)) in getOrCreateAbstractScope()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.def99 HANDLE_SPECIALIZED_MDNODE_BRANCH(DILexicalBlockBase)
H A DDebugInfoMetadata.h2118 class DILexicalBlockBase : public DILocalScope {
2120 DILexicalBlockBase(LLVMContext &C, unsigned ID, StorageType Storage,
2122 ~DILexicalBlockBase() = default;
2140 class DILexicalBlock : public DILexicalBlockBase {
2149 : DILexicalBlockBase(C, DILexicalBlockKind, Storage, Ops), Line(Line), in DILexicalBlock()
2193 class DILexicalBlockFile : public DILexicalBlockBase {
2201 : DILexicalBlockBase(C, DILexicalBlockFileKind, Storage, Ops), in DILexicalBlockFile()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp280 if (auto *LB = dyn_cast<DILexicalBlockBase>(this)) in getScope()
308 assert((isa<DILexicalBlockBase>(this) || isa<DIFile>(this) || in getName()
966 if (auto *Block = dyn_cast<DILexicalBlockBase>(this)) in getSubprogram()
997 cast<DILexicalBlockBase>(*ClonedScope).replaceScope(UpdatedScope); in cloneScopeForSubprogram()
1087 DILexicalBlockBase::DILexicalBlockBase(LLVMContext &C, unsigned ID, in DILexicalBlockBase() function in DILexicalBlockBase
H A DDebugInfo.cpp264 if (auto *LB = dyn_cast<DILexicalBlockBase>(Scope)) { in processScope()
673 if (auto *MDLB = dyn_cast<DILexicalBlockBase>(N)) in remap()
H A DVerifier.cpp487 void visitDILexicalBlockBase(const DILexicalBlockBase &N);
1385 void Verifier::visitDILexicalBlockBase(const DILexicalBlockBase &N) { in visitDILexicalBlockBase()
5805 if (auto *LB = dyn_cast<DILexicalBlockBase>(LocalScope)) in getSubprogram()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp317 if (const auto *LB = dyn_cast<DILexicalBlockBase>(Scope)) { in collectCUsWithScope()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h153 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks;