Searched refs:segName (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Sections.cpp | 19 bool isCodeSection(StringRef name, StringRef segName, uint32_t flags) { in isCodeSection() argument 28 if (segName == segment_names::text) in isCodeSection()
|
| H A D | Sections.h | 15 bool isCodeSection(llvm::StringRef name, llvm::StringRef segName,
|
| H A D | SymbolTable.cpp | 361 auto [segName, sectName] = segSect.split('$'); in handleSectionBoundarySymbol() 373 if (ssec->segname == segName && ssec->name == sectName) { in handleSectionBoundarySymbol() 379 ConcatInputSection *isec = makeSyntheticInputSection(segName, sectName); in handleSectionBoundarySymbol() 399 static void handleSegmentBoundarySymbol(const Undefined &sym, StringRef segName, in handleSegmentBoundarySymbol() argument 401 OutputSegment *seg = getOrCreateOutputSegment(segName); in handleSegmentBoundarySymbol()
|
| H A D | Driver.cpp | 995 StringRef segName = arg->getValue(0); in parseSectAlign() local 1010 sectAligns.push_back({segName, sectName, align}); in parseSectAlign() 1986 StringRef segName = arg->getValue(0); in link() local 2004 if (segName == segment_names::linkEdit) in link() 2006 config->segmentProtections.push_back({segName, maxProt, initProt}); in link() 2184 StringRef segName = arg->getValue(0); in link() local 2189 inputFiles.insert(make<OpaqueFile>(*buffer, segName, sectName)); in link() 2193 StringRef segName = arg->getValue(0); in link() local 2195 inputFiles.insert(make<OpaqueFile>(MemoryBufferRef(), segName, sectName)); in link()
|
| H A D | InputSection.cpp | 273 ConcatInputSection *macho::makeSyntheticInputSection(StringRef segName, in makeSyntheticInputSection() argument 279 *make<Section>(/*file=*/nullptr, segName, sectName, flags, /*addr=*/0); in makeSyntheticInputSection()
|
| H A D | Config.h | 81 llvm::StringRef segName; member
|
| H A D | OutputSegment.cpp | 73 if (sectAlign.segName == name && sectAlign.sectName == osec->name) in addOutputSection()
|
| H A D | InputSection.h | 154 ConcatInputSection *makeSyntheticInputSection(StringRef segName,
|
| H A D | InputFiles.h | 211 OpaqueFile(MemoryBufferRef mb, StringRef segName, StringRef sectName);
|
| H A D | InputFiles.cpp | 937 OpaqueFile::OpaqueFile(MemoryBufferRef mb, StringRef segName, in OpaqueFile() argument 942 sections.push_back(make<Section>(/*file=*/this, segName.take_front(16), in OpaqueFile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 260 {"_ZNK16ImageLoaderMachO7segNameEj", "ImageLoaderMachO::segName(unsigned int) const"},
|