Searched refs:segName (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp356 auto [segName, sectName] = segSect.split('$');
368 if (ssec->segname == segName && ssec->name == sectName) {
374 ConcatInputSection *isec = makeSyntheticInputSection(segName, sectName);
394 static void handleSegmentBoundarySymbol(const Undefined &sym, StringRef segName, argument
396 OutputSegment *seg = getOrCreateOutputSegment(segName);
H A DInputSection.cpp230 ConcatInputSection *macho::makeSyntheticInputSection(StringRef segName, argument
236 *make<Section>(/*file=*/nullptr, segName, sectName, flags, /*addr=*/0);
H A DOutputSegment.cpp67 if (sectAlign.segName == name && sectAlign.sectName == osec->name)
H A DConfig.h80 llvm::StringRef segName; member in struct:lld::macho::SectionAlign
H A DDriver.cpp960 StringRef segName = arg->getValue(0); local
975 sectAligns.push_back({segName, sectName, align});
1771 StringRef segName = arg->getValue(0); local
1777 if (segName == segment_names::linkEdit)
1779 config->segmentProtections.push_back({segName, maxProt, initProt});
1955 StringRef segName = arg->getValue(0); local
1960 inputFiles.insert(make<OpaqueFile>(*buffer, segName, sectName));
1964 StringRef segName = arg->getValue(0); local
1966 inputFiles.insert(make<OpaqueFile>(MemoryBufferRef(), segName, sectName));
H A DInputSection.h152 ConcatInputSection *makeSyntheticInputSection(StringRef segName,
H A DInputFiles.h211 OpaqueFile(MemoryBufferRef mb, StringRef segName, StringRef sectName);
H A DInputFiles.cpp939 OpaqueFile::OpaqueFile(MemoryBufferRef mb, StringRef segName, argument
944 sections.push_back(make<Section>(/*file=*/this, segName.take_front(16),

Completed in 106 milliseconds