Searched defs:isLocalToUnit (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDebugInfo.h511 /// isLocalToUnit - Return true if this subprogram is local to the current
513 unsigned isLocalToUnit() const { return getUnsignedField(9); } function in class:llvm::DISubprogram
629 unsigned isLocalToUnit() const { return getUnsignedField(9); } function in class:llvm::DIGlobalVariable
/external/llvm/lib/Analysis/
H A DDIBuilder.cpp727 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),
828 bool isLocalToUnit, bool isDefinition,
849 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit),
875 bool isLocalToUnit,
898 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit),
726 createGlobalVariable(StringRef Name, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, llvm::Value *Val) argument
750 createStaticVariable(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, llvm::Value *Val) argument
823 createFunction(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DIType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
870 createMethod(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNo, DIType Ty, bool isLocalToUnit, bool isDefinition, unsigned VK, unsigned VIndex, MDNode *VTableHolder, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParam) argument

Completed in 70 milliseconds