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

  /external/llvm/include/llvm/IR/
DIBuilder.h 482 /// @param isLocalToUnit Boolean flag indicate whether this variable is
487 DITypeRef Ty, bool isLocalToUnit, llvm::Value *Val);
495 /// @param isLocalToUnit Boolean flag indicate whether this variable is
500 unsigned LineNo, DITypeRef Ty, bool isLocalToUnit,
511 /// @param isLocalToUnit Boolean flag indicate whether this variable is
518 DITypeRef Ty, bool isLocalToUnit, llvm::Value *Val,
569 /// @param isLocalToUnit True if this function is not externally visible.
580 DICompositeType Ty, bool isLocalToUnit,
594 DICompositeType Ty, bool isLocalToUnit,
611 /// @param isLocalToUnit True if this function is not externally visible.
    [all...]
DebugInfo.h 467 /// isLocalToUnit - Return true if this subprogram is local to the current
469 unsigned isLocalToUnit() const { return getUnsignedField(8); }
638 unsigned isLocalToUnit() const { return getUnsignedField(9); }
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp     [all...]
DebugInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]

Completed in 154 milliseconds