/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 92 return wrap(D->createAutoVariable(unwrap<DIScope>(Scope), Name, in LLVMDIBuilderCreateAutoVariable()
|
/external/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()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 479 DILocalVariable *createAutoVariable(DIScope *Scope, StringRef Name,
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 259 DBuilder.createAutoVariable(Subprogram, "x", File, 5, IntType, true); in CreateOldFunctionBodyAndDI()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 606 createAutoVariable(DIScope *Scope, StringRef Name, DIFile *File,
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.cpp | 379 …auto diVar = diBuilder->createAutoVariable(scope.di, pending.name, diFile, pending.location.line, … in emitPending()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 700 createAutoVariable(DIScope *Scope, StringRef Name, DIFile *File,
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 137 auto LocalVar = DIB.createAutoVariable(SP, Name, File, Loc->getLine(), in applyDebugifyMetadata()
|
D | CodeExtractor.cpp | 1602 NewVar = DIB.createAutoVariable( in fixupDebugInfoPostExtraction()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3189 : DBuilder.createAutoVariable(Scope, VD->getName(), Unit, in EmitDeclare() 3220 auto *D = DBuilder.createAutoVariable( in EmitDeclare() 3238 : DBuilder.createAutoVariable(Scope, Name, Unit, Line, Ty, in EmitDeclare() 3318 auto *D = DBuilder.createAutoVariable( in EmitDeclareOfBlockDeclRefVariable()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 588 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() function in DIBuilder
|
/external/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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 799 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() function in DIBuilder
|
D | DebugInfo.cpp | 1612 return wrap(unwrap(Builder)->createAutoVariable( in LLVMDIBuilderCreateAutoVariable()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 1111 auto *FrameDIVar = DBuilder.createAutoVariable(PromiseDIScope, "__coro_frame", in buildFrameDebugInfo()
|