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 336 /// @param isLocalToUnit Boolean flag indicate whether this variable is
341 DIType Ty, bool isLocalToUnit, llvm::Value *Val);
352 /// @param isLocalToUnit Boolean flag indicate whether this variable is
358 DIType Ty, bool isLocalToUnit, llvm::Value *Val);
408 /// @param isLocalToUnit True if this function is not externally visible..
418 DIType Ty, bool isLocalToUnit,
434 /// @param isLocalToUnit True if this function is not externally visible..
448 DIType Ty, bool isLocalToUnit,
DebugInfo.h 487 /// isLocalToUnit - Return true if this subprogram is local to the current
489 unsigned isLocalToUnit() const { return getUnsignedField(9); }
599 unsigned isLocalToUnit() const { return getUnsignedField(9); }
  /external/llvm/lib/Analysis/
DIBuilder.cpp 655 DIType Ty, bool isLocalToUnit, llvm::Value *Val) {
666 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
680 DIType Ty, bool isLocalToUnit, llvm::Value *Val) {
691 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
756 bool isLocalToUnit, bool isDefinition,
776 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit),
    [all...]
DebugInfo.cpp 722 if (isLocalToUnit())
744 if (isLocalToUnit())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 37 milliseconds