HomeSort by relevance Sort by last modified time
    Searched refs:ScopeLine (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/IR/
DIBuilder.h 515 /// \param ScopeLine Set to the beginning of the scope this starts
524 unsigned ScopeLine, unsigned Flags = 0,
534 bool isDefinition, unsigned ScopeLine, unsigned Flags = 0,
544 unsigned ScopeLine, unsigned Flags = 0,
    [all...]
DebugInfoMetadata.h     [all...]
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.h 58 unsigned ScopeLine, unsigned Flags, int IsOptimized);
DIBuilderBindings.cpp 77 unsigned ScopeLine, unsigned Flags, int IsOptimized) {
82 IsLocalToUnit, IsDefinition, ScopeLine, Flags,
  /external/llvm/lib/IR/
LLVMContextImpl.h 470 unsigned ScopeLine;
482 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
489 IsDefinition(IsDefinition), ScopeLine(ScopeLine),
499 ScopeLine(N->getScopeLine()), ContainingType(N->getRawContainingType()),
511 ScopeLine == RHS->getScopeLine() &&
522 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
    [all...]
DIBuilder.cpp 667 bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized,
673 LineNo, Ty, isLocalToUnit, isDefinition, ScopeLine,
687 bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized,
693 ScopeLine, nullptr, 0, 0, Flags, isOptimized, TParams, Decl,
705 bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized,
710 ScopeLine, nullptr, 0, 0, Flags, isOptimized, TParams, Decl,
    [all...]
DebugInfoMetadata.cpp 343 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
352 Line, Type, IsLocalToUnit, IsDefinition, ScopeLine,
359 (Line, ScopeLine, Virtuality, VirtualIndex, Flags,
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 86 milliseconds