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

/external/llvm/include/llvm/
H A DDebugInfo.h386 /// isLocalToUnit - Return true if this subprogram is local to the current
388 unsigned isLocalToUnit() const { return getUnsignedField(8); } function in class:llvm::DISubprogram
546 unsigned isLocalToUnit() const { return getUnsignedField(9); } function in class:llvm::DIGlobalVariable
/external/llvm/lib/IR/
H A DDIBuilder.cpp900 unsigned LineNumber, DIType Ty, bool isLocalToUnit,
912 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
925 DIType Ty, bool isLocalToUnit, Value *Val) {
926 return createGlobalVariable(Name, Name, F, LineNumber, Ty, isLocalToUnit,
935 DIType Ty, bool isLocalToUnit, Value *Val, MDNode *Decl) {
946 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
1020 bool isLocalToUnit, bool isDefinition,
1038 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit),
1067 bool isLocalToUnit,
1087 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit),
899 createGlobalVariable(StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, Value *Val) argument
924 createGlobalVariable(StringRef Name, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, Value *Val) argument
933 createStaticVariable(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, Value *Val, MDNode *Decl) argument
1015 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
1062 createMethod(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNo, DICompositeType Ty, bool isLocalToUnit, bool isDefinition, unsigned VK, unsigned VIndex, MDNode *VTableHolder, unsigned Flags, bool isOptimized, Function *Fn, MDNode *TParam) argument
[all...]

Completed in 859 milliseconds