Searched refs:SectName (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h58 Section(StringRef SegName, StringRef SectName) argument
59 : Segname(std::string(SegName)), Sectname(std::string(SectName)),
60 CanonicalName((Twine(SegName) + Twine(',') + SectName).str()) {}
62 Section(StringRef SegName, StringRef SectName, StringRef Content) argument
63 : Segname(std::string(SegName)), Sectname(std::string(SectName)),
64 CanonicalName((Twine(SegName) + Twine(',') + SectName).str()),
H A DMachOReader.cpp33 StringRef SectName(Sec.sectname, strnlen(Sec.sectname, sizeof(Sec.sectname)));
34 Section S(SegName, SectName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp126 memcpy(&NSec.SectName, &Sec64.sectname, 16);
127 NSec.SectName[16] = '\0';
139 memcpy(&NSec.SectName, &Sec32.sectname, 16);
140 NSec.SectName[16] = '\0';
219 Cur.SectName, Cur.Address, Cur.Address + Cur.Size) +
220 "overlaps section \"" + Next.SegName + "/" + Next.SectName + "\"" +
222 Next.SectName, Next.Address, Next.Address + Next.Size));
300 << NSec->SectName
399 dbgs() << " " << NSec.SegName << "/" << NSec.SectName
H A DMachOLinkGraphBuilder.h64 // to be null-terminated, hence the extra bytes on SegName and SectName.
72 char SectName[17]; member in class:llvm::jitlink::MachOLinkGraphBuilder::NormalizedSection
H A DMachO_arm64.cpp203 << "/" << NSec.SectName
H A DMachO_x86_64.cpp205 << "/" << NSec.SectName
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp40 StringRef SectName(*SectNameOrErr);
41 if (SectName != GNUBuildID)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp172 std::string SectName; local
175 SectName = InstrProfSectNamePrefix[IPSK];
178 SectName += InstrProfSectNameCoff[IPSK];
180 SectName += InstrProfSectNameCommon[IPSK];
183 SectName += ",regular,live_support";
185 return SectName;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1523 StringRef SectName; local
1526 SectName = *SectNameOrErr;
1532 outs() << SegmentName << ":" << SectName << ":"; local
1740 StringRef SectName; local
1743 SectName = *SecNameOrErr;
1753 (SectName == DumpSectName)) {
1773 outs() << "Contents of (" << SegName << "," << SectName local
1779 DisassembleMachO(Filename, O, SegName, SectName);
1782 if (SegName == "__TEXT" && SectName == "__info_plist") {
1786 if (SegName == "__OBJC" && SectName
1845 StringRef SectName; local
1856 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
1947 StringRef SectName; local
3286 StringRef SectName; local
4088 StringRef SectName; local
4119 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
4168 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
5847 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
5915 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
5966 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
6028 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
6074 StringRef SectName; local
6083 outs() << "Contents of (" << SegName << "," << SectName << ") section\\n"; local
8218 StringRef SectName; local
[all...]

Completed in 205 milliseconds