HomeSort by: relevance | last modified time | path
    Searched defs:ScopeLine (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 1253 unsigned ScopeLine = LineNo;
1256 CreateFunctionType(TheFunction->arg_size(), Unit), ScopeLine,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 1805 unsigned ScopeLine;
1857 unsigned ScopeLine, unsigned VirtualIndex, int ThisAdjustment,
1861 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex),
1870 DISubroutineType *Type, unsigned ScopeLine, DIType *ContainingType,
1878 ScopeLine, ContainingType, VirtualIndex, ThisAdjustment,
1886 unsigned ScopeLine, Metadata *ContainingType,
1906 unsigned Line, DISubroutineType *Type, unsigned ScopeLine,
1912 (Scope, Name, LinkageName, File, Line, Type, ScopeLine, ContainingType,
1919 unsigned Line, Metadata *Type, unsigned ScopeLine,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 684 unsigned ScopeLine;
698 unsigned ScopeLine, Metadata *ContainingType,
704 Line(Line), Type(Type), ScopeLine(ScopeLine),
712 Line(N->getLine()), Type(N->getRawType()), ScopeLine(N->getScopeLine()),
726 Type == RHS->getRawType() && ScopeLine == RHS->getScopeLine() &&
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 3952 unsigned ScopeLine = getLineNumber(ScopeLoc);
3966 FDContext, Name, LinkageName, Unit, LineNo, DIFnType, ScopeLine,
4026 unsigned ScopeLine = 0;
4033 getOrCreateFunctionType(D, FnType, Unit), ScopeLine, Flags, SPFlags,

Completed in 85 milliseconds