Searched refs:includeInSymtab (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Symbols.cpp | 45 bool isPrivateExtern, bool includeInSymtab, bool isThumb, in Defined() argument 50 privateExtern(isPrivateExtern), includeInSymtab(includeInSymtab), in Defined()
|
| H A D | SymbolTable.cpp | 247 bool includeInSymtab, in addSynthetic() argument 255 s->includeInSymtab = includeInSymtab; in addSynthetic()
|
| H A D | Symbols.h | 120 bool includeInSymtab, bool isThumb, bool isReferencedDynamically, 149 bool includeInSymtab : 1; variable
|
| H A D | SymbolTable.h | 61 bool isPrivateExtern, bool includeInSymtab,
|
| H A D | SyntheticSections.cpp | 972 assert(defined->includeInSymtab); in emitStabs() 1072 !defined->includeInSymtab) in finalizeContents() 1090 if (!defined->includeInSymtab) in finalizeContents()
|
| H A D | InputFiles.cpp | 837 bool includeInSymtab = in createDefined() local 841 /*isExternal=*/false, /*isPrivateExtern=*/false, includeInSymtab, in createDefined()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Writer.cpp | 680 static bool includeInSymtab(const Symbol &b) { in includeInSymtab() function 710 if (includeInSymtab(*b) && shouldKeepInSymtab(*dr)) in copyLocalSymbols() 1991 if (!sym->isUsedInRegularObj || !includeInSymtab(*sym)) in finalizeSections()
|