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

/external/llvm/lib/IR/
H A DDIBuilder.cpp975 DITypeRef Ty, bool isLocalToUnit,
987 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
1001 bool isLocalToUnit,
1003 return createGlobalVariable(Name, Name, F, LineNumber, Ty, isLocalToUnit,
1014 bool isLocalToUnit,
1026 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
1100 bool isLocalToUnit, bool isDefinition,
1108 LineNo, Ty, isLocalToUnit, isDefinition, ScopeLine,
1116 bool isLocalToUnit, bool isDefinition,
1132 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit),
972 createGlobalVariable(StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNumber, DITypeRef Ty, bool isLocalToUnit, Value *Val) argument
998 createGlobalVariable(StringRef Name, DIFile F, unsigned LineNumber, DITypeRef Ty, bool isLocalToUnit, Value *Val) argument
1009 createStaticVariable(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNumber, DITypeRef Ty, bool isLocalToUnit, Value *Val, MDNode *Decl) argument
1097 createFunction(DIScopeRef Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
1113 createFunction(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile File, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParams, MDNode *Decl) argument
1157 createMethod(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned VK, unsigned VIndex, DIType VTableHolder, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParam) argument
[all...]
/external/llvm/include/llvm/IR/
H A DDebugInfo.h467 /// isLocalToUnit - Return true if this subprogram is local to the current
469 unsigned isLocalToUnit() const { return getUnsignedField(8); } function in class:llvm::DISubprogram
638 unsigned isLocalToUnit() const { return getUnsignedField(9); } function in class:llvm::DIGlobalVariable

Completed in 39 milliseconds