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 | 119 bool includeInSymtab, bool isReferencedDynamically, bool noDeadStrip, 154 bool includeInSymtab : 1; variable
|
| H A D | SymbolTable.cpp | 337 bool includeInSymtab, in addSynthetic() argument 344 s->includeInSymtab = includeInSymtab; in addSynthetic()
|
| H A D | SyntheticSections.cpp | 1224 assert(defined->includeInSymtab); in emitStabs() 1348 !defined->includeInSymtab) in finalizeContents() 1366 if (!defined->includeInSymtab) in finalizeContents()
|
| H A D | InputFiles.cpp | 724 bool includeInSymtab = !isPrivateLabel(name) && !isEhFrameSection(isec); in createDefined() local 727 /*isExternal=*/false, /*isPrivateExtern=*/false, includeInSymtab, in createDefined()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.h | 20 bool includeInSymtab(Ctx &, const Symbol &);
|
| H A D | Writer.cpp | 473 bool elf::includeInSymtab(Ctx &ctx, const Symbol &b) { in includeInSymtab() function in elf 505 else if (ctx.in.symTab && includeInSymtab(ctx, *b) && in demoteAndCopyLocalSymbols() 1959 if (!sym->isUsedInRegularObj || !includeInSymtab(ctx, *sym)) in finalizeSections()
|
| H A D | SyntheticSections.cpp | 4649 if (!includeInSymtab(ctx, *sym)) in createMemtagGlobalDescriptors()
|