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/ |
D | Debugify.cpp | 131 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/ |
D | DIBuilder.h | 606 createAutoVariable(DIScope *Scope, StringRef Name, DIFile *File,
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.cpp | 372 …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/ |
D | DIBuilder.cpp | 698 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() function in DIBuilder
|
D | DebugInfo.cpp | 1392 return wrap(unwrap(Builder)->createAutoVariable( in LLVMDIBuilderCreateAutoVariable()
|