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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp621 if (DefinedIn != nullptr) {
622 if (DefinedIn->Index >= SHN_LORESERVE)
624 return DefinedIn->Index;
648 SectionBase *DefinedIn, uint64_t Value,
655 Sym.DefinedIn = DefinedIn;
656 if (DefinedIn != nullptr)
657 DefinedIn->HasSymbol = true;
658 if (DefinedIn == nullptr) {
687 [ToRemove](const Symbol &Sym) { return ToRemove(Sym.DefinedIn); });
647 addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn, uint64_t Value, uint8_t Visibility, uint16_t Shndx, uint64_t SymbolSize) argument
[all...]
H A DObject.h614 SectionBase *DefinedIn = nullptr; member in struct:llvm::objcopy::elf::Symbol
677 void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *DefinedIn,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2517 StringRef DefinedIn; local
2519 DefinedIn = SE->getString();
2523 S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration));

Completed in 142 milliseconds