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.cpp688 if (DefinedIn != nullptr) { in getShndx()
689 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
691 return DefinedIn->Index; in getShndx()
718 SectionBase *DefinedIn, uint64_t Value, in addSymbol() argument
725 Sym.DefinedIn = DefinedIn; in addSymbol()
726 if (DefinedIn != nullptr) in addSymbol()
727 DefinedIn->HasSymbol = true; in addSymbol()
728 if (DefinedIn == nullptr) { in addSymbol()
756 [ToRemove](const Symbol &Sym) { return ToRemove(Sym.DefinedIn); }); in removeSectionReferences()
785 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
[all …]
H A DELFObject.h760 SectionBase *DefinedIn = nullptr; member
824 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2516 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local
2518 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()
2525 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration, USR)); in handleExternalSourceSymbolAttr()