Home
last modified time | relevance | path

Searched refs:DefinedIn (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp640 if (DefinedIn != nullptr) { in getShndx()
641 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
643 return DefinedIn->Index; in getShndx()
674 Sym.DefinedIn = DefinedIn; in addSymbol()
675 if (DefinedIn != nullptr) in addSymbol()
676 DefinedIn->HasSymbol = true; in addSymbol()
677 if (DefinedIn == nullptr) { in addSymbol()
732 Sym->DefinedIn = To; in replaceSectionReferences()
786 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
859 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
H A DELFObject.h634 SectionBase *DefinedIn = nullptr; member
697 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp2838 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local
2840 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()
2844 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()