Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp701 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 …]
H A DObject.h629 SectionBase *DefinedIn = nullptr; member
692 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2648 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local
2650 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()
2654 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()