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

  /external/llvm/include/llvm/Analysis/
DIBuilder.h 374 /// @param isLocalToUnit Boolean flag indicate whether this variable is
379 DIType Ty, bool isLocalToUnit, llvm::Value *Val);
390 /// @param isLocalToUnit Boolean flag indicate whether this variable is
396 DIType Ty, bool isLocalToUnit, llvm::Value *Val);
446 /// @param isLocalToUnit True if this function is not externally visible..
457 DIType Ty, bool isLocalToUnit,
474 /// @param isLocalToUnit True if this function is not externally visible..
488 DIType Ty, bool isLocalToUnit,
DebugInfo.h 511 /// isLocalToUnit - Return true if this subprogram is local to the current
513 unsigned isLocalToUnit() const { return getUnsignedField(9); }
629 unsigned isLocalToUnit() const { return getUnsignedField(9); }
    [all...]
  /external/llvm/lib/Analysis/
DIBuilder.cpp 727 DIType Ty, bool isLocalToUnit, llvm::Value *Val) {
738 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
752 DIType Ty, bool isLocalToUnit, llvm::Value *Val) {
763 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
    [all...]
DebugInfo.cpp 784 if (isLocalToUnit())
809 if (isLocalToUnit())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 479 milliseconds