Home
last modified time | relevance | path

Searched refs:customSectionName (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp230 if (!l->customSectionName().equals(r->customSectionName())) in isEqual()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DSectCreateFile.h43 StringRef customSectionName() const override { return _combinedName; } in customSectionName() function
H A DMachONormalizedFileToAtoms.cpp106 bool &customSectionName) { in atomTypeFromSection() argument
108 customSectionName = false; in atomTypeFromSection()
117 customSectionName = p->segmentName.empty() && p->sectionName.empty(); in atomTypeFromSection()
384 bool customSectionName, in processSection() argument
475 if (customSectionName) { in processSection()
1455 bool customSectionName; in normalizedObjectToAtoms() local
1457 customSectionName); in normalizedObjectToAtoms()
1458 if (auto ec = processSection(atomType, sect, customSectionName, in normalizedObjectToAtoms()
H A DLayoutPass.cpp64 if (definedAtom->customSectionName().empty()) in atomToDebugString()
67 s << definedAtom->customSectionName(); in atomToDebugString()
H A DAtoms.h104 StringRef customSectionName() const override { in customSectionName() function
H A DMachONormalizedFileFromAtoms.cpp354 StringRef customName = atom->customSectionName(); in sectionForAtom()
358 if (firstAtom->customSectionName().equals(customName)) { in sectionForAtom()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h262 virtual StringRef customSectionName() const = 0;
H A DSimple.h172 StringRef customSectionName() const override { return StringRef(); } in customSectionName() function
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp823 _sectionName(atom->customSectionName()), in NormalizedAtom()
874 StringRef customSectionName() const override { return _sectionName; } in customSectionName() function in llvm::yaml::MappingTraits::NormalizedAtom