Searched refs:includeInSymtab (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Symbols.cpp | 57 bool isPrivateExtern, bool includeInSymtab, bool isThumb, in Defined() argument 62 privateExtern(isPrivateExtern), includeInSymtab(includeInSymtab), in Defined()
|
| H A D | SymbolTable.h | 61 bool isPrivateExtern, bool includeInSymtab,
|
| H A D | Symbols.h | 121 bool includeInSymtab, bool isThumb, bool isReferencedDynamically, 154 bool includeInSymtab : 1; variable
|
| H A D | SymbolTable.cpp | 254 bool includeInSymtab, in addSynthetic() argument 262 s->includeInSymtab = includeInSymtab; in addSynthetic()
|
| H A D | SyntheticSections.cpp | 1150 assert(defined->includeInSymtab); in emitStabs() 1249 !defined->includeInSymtab) in finalizeContents() 1267 if (!defined->includeInSymtab) in finalizeContents()
|
| H A D | InputFiles.cpp | 709 bool includeInSymtab = !isPrivateLabel(name) && !isEhFrameSection(isec); in createDefined() local 712 /*isExternal=*/false, /*isPrivateExtern=*/false, includeInSymtab, in createDefined()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Writer.cpp | 669 static bool includeInSymtab(const Symbol &b) { in includeInSymtab() function 699 if (includeInSymtab(*b) && shouldKeepInSymtab(*dr)) in copyLocalSymbols() 1969 if (!sym->isUsedInRegularObj || !includeInSymtab(*sym)) in finalizeSections()
|