Home
last modified time | relevance | path

Searched refs:subsectionsViaSymbols (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/MachO/
DInputFiles.cpp293 const char *strtab, bool subsectionsViaSymbols) { in parseSymbols() argument
315 if (!subsectionsViaSymbols) { in parseSymbols()
406 bool subsectionsViaSymbols = hdr->flags & MH_SUBSECTIONS_VIA_SYMBOLS; in ObjFile() local
407 parseSymbols(nList, strtab, subsectionsViaSymbols); in ObjFile()
DInputFiles.h102 bool subsectionsViaSymbols);
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DFile.h225 bool subsectionsViaSymbols() const { in subsectionsViaSymbols() function
DMachONormalizedFileFromAtoms.cpp410 if (!machoFile->subsectionsViaSymbols()) in processAtomAttributes()