Searched refs:DefinedIn (Results 1 – 3 of 3) sorted by relevance
701 if (DefinedIn != nullptr) { in getShndx()702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()704 return DefinedIn->Index; in getShndx()735 Sym.DefinedIn = DefinedIn; in addSymbol()736 if (DefinedIn != nullptr) in addSymbol()737 DefinedIn->HasSymbol = true; in addSymbol()738 if (DefinedIn == nullptr) { in addSymbol()793 Sym->DefinedIn = To; in replaceSectionReferences()847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()909 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()[all …]
629 SectionBase *DefinedIn = nullptr; member692 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
2648 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local2650 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()2654 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()