Home
last modified time | relevance | path

Searched refs:createAutoVariable (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp131 auto LocalVar = DIB.createAutoVariable(SP, Name, File, Loc->getLine(), in applyDebugifyMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h606 createAutoVariable(DIScope *Scope, StringRef Name, DIFile *File,
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp372 …auto diVar = diBuilder->createAutoVariable(scope.di, pending.name, diFile, pending.location.line, … in emitPending()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp698 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() function in DIBuilder
DDebugInfo.cpp1392 return wrap(unwrap(Builder)->createAutoVariable( in LLVMDIBuilderCreateAutoVariable()