Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DSymbolTable.cpp237 if (!l->customSectionName().equals(r->customSectionName())) in isEqual()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp107 bool &customSectionName) { in atomTypeFromSection() argument
109 customSectionName = false; in atomTypeFromSection()
118 customSectionName = p->segmentName.empty() && p->sectionName.empty(); in atomTypeFromSection()
383 bool customSectionName, in processSection() argument
474 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 DSectCreateFile.h44 StringRef customSectionName() const override { return _combinedName; } in customSectionName() function
H A DLayoutPass.cpp65 if (definedAtom->customSectionName().empty()) in atomToDebugString()
68 s << definedAtom->customSectionName(); in atomToDebugString()
H A DAtoms.h105 StringRef customSectionName() const override { in customSectionName() function
H A DMachONormalizedFileFromAtoms.cpp355 StringRef customName = atom->customSectionName(); in sectionForAtom()
359 if (firstAtom->customSectionName().equals(customName)) { in sectionForAtom()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DDefinedAtom.h263 virtual StringRef customSectionName() const = 0;
H A DSimple.h173 StringRef customSectionName() const override { return StringRef(); } in customSectionName() function
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp824 _sectionName(atom->customSectionName()), in NormalizedAtom()
875 StringRef customSectionName() const override { return _sectionName; } in customSectionName() function in llvm::yaml::MappingTraits::NormalizedAtom