Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/Core/
DSymbolTable.cpp230 if (!l->customSectionName().equals(r->customSectionName())) in isEqual()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DSectCreateFile.h43 StringRef customSectionName() const override { return _combinedName; } in customSectionName() function
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()
1456 bool customSectionName; in normalizedObjectToAtoms() local
1458 customSectionName); in normalizedObjectToAtoms()
1459 if (auto ec = processSection(atomType, sect, customSectionName, in normalizedObjectToAtoms()
DLayoutPass.cpp64 if (definedAtom->customSectionName().empty()) in atomToDebugString()
67 s << definedAtom->customSectionName(); in atomToDebugString()
DAtoms.h104 StringRef customSectionName() const override { in customSectionName() function
DMachONormalizedFileFromAtoms.cpp354 StringRef customName = atom->customSectionName(); in sectionForAtom()
358 if (firstAtom->customSectionName().equals(customName)) { in sectionForAtom()
/external/llvm-project/lld/include/lld/Core/
DDefinedAtom.h262 virtual StringRef customSectionName() const = 0;
DSimple.h172 StringRef customSectionName() const override { return StringRef(); } in customSectionName() function
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp823 _sectionName(atom->customSectionName()), in NormalizedAtom()
874 StringRef customSectionName() const override { return _sectionName; } in customSectionName() function in llvm::yaml::MappingTraits::NormalizedAtom