Searched refs:DefinedIn (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | Object.cpp | 701 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 …]
|
D | Object.h | 626 SectionBase *DefinedIn = nullptr; member 689 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2535 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local 2537 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr() 2541 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration)); in handleExternalSourceSymbolAttr()
|