Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp703 if (DefinedIn != nullptr) { in getShndx()
704 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
706 return DefinedIn->Index; in getShndx()
730 SectionBase *DefinedIn, uint64_t Value, in addSymbol() argument
737 Sym.DefinedIn = DefinedIn; in addSymbol()
738 if (DefinedIn != nullptr) in addSymbol()
739 DefinedIn->HasSymbol = true; in addSymbol()
740 if (DefinedIn == nullptr) { in addSymbol()
768 [ToRemove](const Symbol &Sym) { return ToRemove(Sym.DefinedIn); }); in removeSectionReferences()
794 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
[all …]
H A DObject.h629 SectionBase *DefinedIn = nullptr; member
692 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp2563 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local
2565 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()
2569 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()