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

/external/llvm/include/llvm/
H A DDebugInfo.h488 /// isLocalToUnit - Return true if this subprogram is local to the current
490 unsigned isLocalToUnit() const { return getUnsignedField(9); } function in class:llvm::DISubprogram
602 unsigned isLocalToUnit() const { return getUnsignedField(9); } function in class:llvm::DIGlobalVariable
/external/llvm/lib/VMCore/
H A DDIBuilder.cpp731 DIType Ty, bool isLocalToUnit, Value *Val) {
742 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
756 DIType Ty, bool isLocalToUnit, Value *Val) {
767 ConstantInt::get(Type::getInt32Ty(VMContext), isLocalToUnit),
832 bool isLocalToUnit, bool isDefinition,
853 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit),
879 bool isLocalToUnit,
902 ConstantInt::get(Type::getInt1Ty(VMContext), isLocalToUnit),
730 createGlobalVariable(StringRef Name, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, Value *Val) argument
754 createStaticVariable(DIDescriptor Context, StringRef Name, StringRef LinkageName, DIFile F, unsigned LineNumber, DIType Ty, bool isLocalToUnit, Value *Val) argument
827 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
874 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 88 milliseconds