Searched refs:includeInSymtab (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Symbols.cpp | 57 bool isPrivateExtern, bool includeInSymtab, in Defined() argument 62 privateExtern(isPrivateExtern), includeInSymtab(includeInSymtab), in Defined()
|
| H A D | SymbolTable.h | 60 bool isPrivateExtern, bool includeInSymtab,
|
| H A D | Symbols.h | 121 bool includeInSymtab, bool isReferencedDynamically, bool noDeadStrip, 156 bool includeInSymtab : 1; variable
|
| H A D | SymbolTable.cpp | 332 bool includeInSymtab, in addSynthetic() argument 339 s->includeInSymtab = includeInSymtab; in addSynthetic()
|
| H A D | SyntheticSections.cpp | 1227 assert(defined->includeInSymtab); in emitStabs() 1331 !defined->includeInSymtab) in finalizeContents() 1349 if (!defined->includeInSymtab) in finalizeContents()
|
| H A D | InputFiles.cpp | 726 bool includeInSymtab = !isPrivateLabel(name) && !isEhFrameSection(isec); in createDefined() local 729 /*isExternal=*/false, /*isPrivateExtern=*/false, includeInSymtab, in createDefined()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.h | 48 bool includeInSymtab(const Symbol &b);
|
| H A D | Writer.cpp | 456 bool lld::elf::includeInSymtab(const Symbol &b) { in includeInSymtab() function in lld::elf 488 else if (in.symTab && includeInSymtab(*b) && shouldKeepInSymtab(*dr)) in demoteAndCopyLocalSymbols() 1849 if (!sym->isUsedInRegularObj || !includeInSymtab(*sym)) in finalizeSections()
|
| H A D | SyntheticSections.cpp | 4575 if (!includeInSymtab(*sym)) in createMemtagGlobalDescriptors()
|