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 407 /// @param isLocalToUnit Boolean flag indicate whether this variable is
412 DIType Ty, bool isLocalToUnit, llvm::Value *Val);
423 /// @param isLocalToUnit Boolean flag indicate whether this variable is
430 DIType Ty, bool isLocalToUnit, llvm::Value *Val,
481 /// @param isLocalToUnit True if this function is not externally visible..
492 DIType Ty, bool isLocalToUnit,
509 /// @param isLocalToUnit True if this function is not externally visible..
523 DIType Ty, bool isLocalToUnit,
DebugInfo.h 445 /// isLocalToUnit - Return true if this subprogram is local to the current
447 unsigned isLocalToUnit() const { return getUnsignedField(9); }
540 unsigned isLocalToUnit() const { return getUnsignedField(9); }
  /external/llvm/lib/IR/
DIBuilder.cpp 802 DIType Ty, bool isLocalToUnit, Value *Val) {
813 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
    [all...]
DebugInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 30 milliseconds