Home
last modified time | relevance | path

Searched refs:LBF (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h2192 for (auto *LBF = dyn_cast<DILexicalBlockFile>(Scope); in cloneWithDiscriminator() local
2193 LBF && LBF->getDiscriminator() != 0; in cloneWithDiscriminator()
2194 LBF = dyn_cast<DILexicalBlockFile>(Scope)) in cloneWithDiscriminator()
2195 Scope = LBF->getScope(); in cloneWithDiscriminator()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2110 if (auto *LBF = dyn_cast<DILexicalBlockFile>(Scope)) in recordSourceLine() local
2111 Discriminator = LBF->getDiscriminator(); in recordSourceLine()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp189 if (auto *LBF = dyn_cast<llvm::DILexicalBlockFile>(Scope)) { in setLocation() local
192 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()