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 499 /// @param ScopeLine Set to the beginning of the scope this starts
508 bool isLocalToUnit, bool isDefinition, unsigned ScopeLine,
518 bool isDefinition, unsigned ScopeLine, unsigned Flags = 0,
527 bool isLocalToUnit, bool isDefinition, unsigned ScopeLine,
    [all...]
DebugInfoMetadata.h     [all...]
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.h 58 unsigned ScopeLine, unsigned Flags, int IsOptimized, LLVMValueRef Function);
DIBuilderBindings.cpp 80 unsigned ScopeLine, unsigned Flags, int IsOptimized, LLVMValueRef Func) {
86 ScopeLine, Flags, IsOptimized, unwrap<Function>(Func));
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 529 unsigned ScopeLine;
542 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
549 IsDefinition(IsDefinition), ScopeLine(ScopeLine),
559 ScopeLine(N->getScopeLine()), ContainingType(N->getRawContainingType()),
572 ScopeLine == RHS->getScopeLine() &&
584 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
    [all...]
DebugInfoMetadata.cpp 341 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
350 Line, Type, IsLocalToUnit, IsDefinition, ScopeLine,
358 (Line, ScopeLine, Virtuality, VirtualIndex, Flags,
DIBuilder.cpp 629 unsigned ScopeLine, unsigned Flags,
636 LineNo, Ty, isLocalToUnit, isDefinition, ScopeLine,
644 unsigned ScopeLine, unsigned Flags,
652 isLocalToUnit, isDefinition, ScopeLine, nullptr, 0, 0, Flags, isOptimized,
667 unsigned ScopeLine, unsigned Flags,
673 isLocalToUnit, isDefinition, ScopeLine, nullptr, 0, 0, Flags,
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 768 milliseconds