Home
last modified time | relevance | path

Searched refs:createLexicalBlock (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h758 DILexicalBlock *createLexicalBlock(DIScope *Scope, DIFile *File,
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp193 auto di = diBuilder->createLexicalBlock(scope.di, file, newLocation.line, 0); in syncScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp844 DILexicalBlock *DIBuilder::createLexicalBlock(DIScope *Scope, DIFile *File, in createLexicalBlock() function in DIBuilder
DDebugInfo.cpp819 return wrap(unwrap(Builder)->createLexicalBlock(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlock()