Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp374 if (DefinedIn != nullptr) { in getShndx()
375 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx()
377 return DefinedIn->Index; in getShndx()
405 SectionBase *DefinedIn, uint64_t Value, in addSymbol() argument
412 Sym.DefinedIn = DefinedIn; in addSymbol()
413 if (DefinedIn != nullptr) in addSymbol()
414 DefinedIn->HasSymbol = true; in addSymbol()
415 if (DefinedIn == nullptr) { in addSymbol()
437 removeSymbols([Sec](const Symbol &Sym) { return Sym.DefinedIn == Sec; }); in removeSectionReferences()
489 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in prepareForLayout()
[all …]
H A DObject.h452 SectionBase *DefinedIn = nullptr; member
510 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp2584 StringRef DefinedIn; in handleExternalSourceSymbolAttr() local
2586 DefinedIn = SE->getString(); in handleExternalSourceSymbolAttr()
2590 AL.getRange(), S.Context, Language, DefinedIn, IsGeneratedDeclaration, in handleExternalSourceSymbolAttr()