Searched refs:DefinedIn (Results 1 – 3 of 3) sorted by relevance
661 if (DefinedIn != nullptr) { in getShndx()662 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()664 return DefinedIn->Index; in getShndx()695 Sym.DefinedIn = DefinedIn; in addSymbol()696 if (DefinedIn != nullptr) in addSymbol()697 DefinedIn->HasSymbol = true; in addSymbol()698 if (DefinedIn == nullptr) { in addSymbol()753 Sym->DefinedIn = To; in replaceSectionReferences()807 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()880 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()[all …]
637 SectionBase *DefinedIn = nullptr; member700 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
2843 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local2845 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()2849 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()