Searched refs:DefinedIn (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 685 if (DefinedIn != nullptr) { in getShndx() 686 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx() 688 return DefinedIn->Index; in getShndx() 715 SectionBase *DefinedIn, uint64_t Value, in addSymbol() argument 722 Sym.DefinedIn = DefinedIn; in addSymbol() 723 if (DefinedIn != nullptr) in addSymbol() 724 DefinedIn->HasSymbol = true; in addSymbol() 725 if (DefinedIn == nullptr) { in addSymbol() 753 [ToRemove](const Symbol &Sym) { return ToRemove(Sym.DefinedIn); }); in removeSectionReferences() 782 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences() [all …]
|
| H A D | ELFObject.h | 764 SectionBase *DefinedIn = nullptr; member 828 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2722 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local 2724 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr() 2731 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration, USR)); in handleExternalSourceSymbolAttr()
|