Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp668 if (DefinedIn != nullptr) { in getShndx()
669 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
671 return DefinedIn->Index; in getShndx()
705 Sym.DefinedIn = DefinedIn; in addSymbol()
706 if (DefinedIn != nullptr) in addSymbol()
707 DefinedIn->HasSymbol = true; in addSymbol()
708 if (DefinedIn == nullptr) { in addSymbol()
766 Sym->DefinedIn = To; in replaceSectionReferences()
820 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
893 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
H A DELFObject.h644 SectionBase *DefinedIn = nullptr; member
708 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2869 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local
2871 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()
2878 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration, USR)); in handleExternalSourceSymbolAttr()