Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp151 auto *fileScope = builder.createLexicalBlockFile(scope, file); in translateLoc()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h853 DILexicalBlockFile *createLexicalBlockFile(DIScope *Scope, DIFile *File,
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp522 DBuilder.createLexicalBlockFile(InlinedSP, File), File, 1, 1); in CreateOldFunctionBodyAndDI()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp833 auto BadScope = DIB.createLexicalBlockFile(BarSP, File, 0); in TEST_F()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp931 DILexicalBlockFile *DIBuilder::createLexicalBlockFile(DIScope *Scope, in createLexicalBlockFile() function in DIBuilder
H A DDebugInfo.cpp992 return wrap(unwrap(Builder)->createLexicalBlockFile(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlockFile()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp192 LexicalBlockStack.emplace_back(DBuilder.createLexicalBlockFile( in setLocation()
198 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp181 auto Scope = DIB.createLexicalBlockFile(SP, File, 0); in SetUp()