Home
last modified time | relevance | path

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

/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp92 return wrap(D->createAutoVariable(unwrap<DIScope>(Scope), Name, in LLVMDIBuilderCreateAutoVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp407 DBuilder.createAutoVariable(Subprogram, "x", File, 5, IntType, true); in CreateOldFunctionBodyAndDI()
421 DBuilder.createAutoVariable(InlinedSP, "inlined", File, 5, StructType, true); in CreateOldFunctionBodyAndDI()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp138 auto LocalVar = DIB.createAutoVariable(SP, Name, File, Loc->getLine(), in applyDebugifyMetadata()
/external/llvm/include/llvm/IR/
DDIBuilder.h479 DILocalVariable *createAutoVariable(DIScope *Scope, StringRef Name,
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp259 DBuilder.createAutoVariable(Subprogram, "x", File, 5, IntType, true); in CreateOldFunctionBodyAndDI()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h601 createAutoVariable(DIScope *Scope, StringRef Name, DIFile *File,
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3189 : 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/
DDIBuilder.cpp588 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() function in DIBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp696 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() function in DIBuilder
DDebugInfo.cpp1321 return wrap(unwrap(Builder)->createAutoVariable( in LLVMDIBuilderCreateAutoVariable()