Searched refs:DefinedIn (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 661 if (DefinedIn != nullptr) { in getShndx() 662 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx() 664 return DefinedIn->Index; in getShndx() 688 SectionBase *DefinedIn, uint64_t Value, in addSymbol() argument 695 Sym.DefinedIn = DefinedIn; in addSymbol() 696 if (DefinedIn != nullptr) in addSymbol() 697 DefinedIn->HasSymbol = true; in addSymbol() 698 if (DefinedIn == nullptr) { in addSymbol() 726 [ToRemove](const Symbol &Sym) { return ToRemove(Sym.DefinedIn); }); in removeSectionReferences() 752 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences() [all …]
|
| H A D | ELFObject.h | 637 SectionBase *DefinedIn = nullptr; member 700 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2843 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local 2845 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr() 2849 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()
|