Searched refs:sectName (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | InputSection.cpp | 223 StringRef sectName, in makeSyntheticInputSection() argument 228 *make<Section>(/*file=*/nullptr, segName, sectName, flags, /*addr=*/0); in makeSyntheticInputSection()
|
| H A D | SymbolTable.cpp | 279 auto [segName, sectName] = segSect.split('$'); in handleSectionBoundarySymbol() 291 if (ssec->segname == segName && ssec->name == sectName) { in handleSectionBoundarySymbol() 297 ConcatInputSection *isec = makeSyntheticInputSection(segName, sectName); in handleSectionBoundarySymbol()
|
| H A D | Config.h | 78 llvm::StringRef sectName; member
|
| H A D | OutputSegment.cpp | 67 if (sectAlign.segName == name && sectAlign.sectName == osec->name) in addOutputSection()
|
| H A D | Driver.cpp | 932 StringRef sectName = arg->getValue(1); in parseSectAlign() local 947 sectAligns.push_back({segName, sectName, align}); in parseSectAlign() 1898 StringRef sectName = arg->getValue(1); in link() local 1902 inputFiles.insert(make<OpaqueFile>(*buffer, segName, sectName)); in link() 1907 StringRef sectName = arg->getValue(1); in link() local 1908 inputFiles.insert(make<OpaqueFile>(MemoryBufferRef(), segName, sectName)); in link()
|
| H A D | InputSection.h | 151 StringRef sectName,
|
| H A D | InputFiles.h | 204 OpaqueFile(MemoryBufferRef mb, StringRef segName, StringRef sectName);
|
| H A D | InputFiles.cpp | 934 StringRef sectName) in OpaqueFile() argument 939 sectName.take_front(16), in OpaqueFile()
|