Searched refs:sectName (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | SectCreateFile.h | 27 SectCreateAtom(const File &file, StringRef segName, StringRef sectName, in SectCreateAtom() argument 30 _combinedName((segName + "/" + sectName).str()), in SectCreateAtom()
|
| H A D | MachONormalizedFileFromAtoms.cpp | 366 StringRef sectName = customName.drop_front(seperatorIndex + 1); in sectionForAtom() local 368 new (_allocator) SectionInfo(segName, sectName, S_REGULAR, _ctx, in sectionForAtom()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | SymbolTable.cpp | 214 StringRef segName, sectName; in handleSectionBoundarySymbol() local 215 std::tie(segName, sectName) = segSect.split('$'); in handleSectionBoundarySymbol() 227 if (ssec->segname == segName && ssec->name == sectName) { in handleSectionBoundarySymbol() 233 ConcatInputSection *isec = make<ConcatInputSection>(segName, sectName); in handleSectionBoundarySymbol()
|
| H A D | Config.h | 71 llvm::StringRef sectName; member
|
| H A D | OutputSegment.cpp | 61 if (sectAlign.segName == name && sectAlign.sectName == osec->name) in addOutputSection()
|
| H A D | InputFiles.h | 127 OpaqueFile(MemoryBufferRef mb, StringRef segName, StringRef sectName);
|
| H A D | Driver.cpp | 867 StringRef sectName = arg->getValue(1); in parseSectAlign() local 882 sectAligns.push_back({segName, sectName, align}); in parseSectAlign() 1456 StringRef sectName = arg->getValue(1); in link() local 1460 inputFiles.insert(make<OpaqueFile>(*buffer, segName, sectName)); in link()
|
| H A D | InputFiles.cpp | 729 StringRef sectName) in OpaqueFile() argument 734 make<ConcatInputSection>(segName.take_front(16), sectName.take_front(16), in OpaqueFile()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/Driver/ |
| H A D | DarwinLdDriver.cpp | 524 const char* sectName = alignArg->getValue(1); in parse() local 538 OS << "alignment for '-sectalign " << segName << " " << sectName in parse() 544 ctx.addSectionAlignment(segName, sectName, align); in parse()
|