Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp661 if (DefinedIn != nullptr) { in getShndx()
662 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
664 return DefinedIn->Index; in getShndx()
695 Sym.DefinedIn = DefinedIn; in addSymbol()
696 if (DefinedIn != nullptr) in addSymbol()
697 DefinedIn->HasSymbol = true; in addSymbol()
698 if (DefinedIn == nullptr) { in addSymbol()
753 Sym->DefinedIn = To; in replaceSectionReferences()
807 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable()
880 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn || in removeSectionReferences()
[all …]
H A DELFObject.h637 SectionBase *DefinedIn = nullptr; member
700 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp2843 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local
2845 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()
2849 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()