Searched refs:DefinedIn (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.cpp | 703 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 D | Object.h | 629 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 D | SemaDeclAttr.cpp | 2563 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local 2565 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr() 2569 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()
|