HomeSort by: relevance | last modified time | path
    Searched refs:createAutoVariable (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DIBuilder.h 655 createAutoVariable(DIScope *Scope, StringRef Name, DIFile *File,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp 131 auto LocalVar = DIB.createAutoVariable(SP, Name, File, Loc->getLine(),
CodeExtractor.cpp 1537 NewVar = DIB.createAutoVariable(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp 754 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name,
DebugInfo.cpp 1516 return wrap(unwrap(Builder)->createAutoVariable(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 4344 auto *D = DBuilder.createAutoVariable(
4413 D = DBuilder.createAutoVariable(Scope, Name, Unit, Line, Ty,
4526 auto *D = DBuilder.createAutoVariable(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 1049 auto *FrameDIVar = DBuilder.createAutoVariable(PromiseDIScope, "__coro_frame",

Completed in 28 milliseconds