Searched refs:DefinedIn (Results 1 – 3 of 3) sorted by relevance
640 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 …]
634 SectionBase *DefinedIn = nullptr; member697 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
2838 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local2840 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()2844 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()