Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2946 for (auto *LBF = dyn_cast<DILexicalBlockFile>(Scope); in cloneWithDiscriminator() local
2947 LBF && LBF->getDiscriminator() != 0; in cloneWithDiscriminator()
2948 LBF = dyn_cast<DILexicalBlockFile>(Scope)) in cloneWithDiscriminator()
2949 Scope = LBF->getScope(); in cloneWithDiscriminator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2326 if (auto *LBF = dyn_cast<DILexicalBlockFile>(Scope)) local
2327 Discriminator = LBF->getDiscriminator();
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp341 if (auto *LBF = dyn_cast<llvm::DILexicalBlockFile>(Scope)) { in setLocation() local
344 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()