Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp701 if (DefinedIn != nullptr) { in getShndx()
702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
704 return DefinedIn->Index; in getShndx()
728 SectionBase *DefinedIn, uint64_t Value, in addSymbol() argument
735 Sym.DefinedIn = DefinedIn; in addSymbol()
736 if (DefinedIn != nullptr) in addSymbol()
737 DefinedIn->HasSymbol = true; in addSymbol()
738 if (DefinedIn == nullptr) { in addSymbol()
766 [ToRemove](const Symbol &Sym) { return ToRemove(Sym.DefinedIn); }); in removeSectionReferences()
792 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
[all …]
DObject.h626 SectionBase *DefinedIn = nullptr; member
689 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp2535 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local
2537 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()
2541 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()