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

  /external/llvm/include/llvm/
DIBuilder.h 446 /// @param isLocalToUnit Boolean flag indicate whether this variable is
451 DIType Ty, bool isLocalToUnit, llvm::Value *Val);
459 /// @param isLocalToUnit Boolean flag indicate whether this variable is
464 unsigned LineNo, DIType Ty, bool isLocalToUnit,
475 /// @param isLocalToUnit Boolean flag indicate whether this variable is
482 DIType Ty, bool isLocalToUnit, llvm::Value *Val,
533 /// @param isLocalToUnit True if this function is not externally visible..
544 DICompositeType Ty, bool isLocalToUnit,
561 /// @param isLocalToUnit True if this function is not externally visible..
575 DICompositeType Ty, bool isLocalToUnit,
    [all...]
DebugInfo.h 386 /// isLocalToUnit - Return true if this subprogram is local to the current
388 unsigned isLocalToUnit() const { return getUnsignedField(8); }
546 unsigned isLocalToUnit() const { return getUnsignedField(9); }
  /external/llvm/lib/IR/
DIBuilder.cpp     [all...]
DebugInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 497 milliseconds