Home
last modified time | relevance | path

Searched refs:atomType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp52 #define ENTRY(seg, sect, type, atomType) \ argument
53 {seg, sect, type, DefinedAtom::atomType }
59 DefinedAtom::ContentType atomType; member
119 return p->atomType; in atomTypeFromSection()
146 DefinedAtom::ContentType atomType; in sectionParseInfo() member
197 if (parseInfo[i].atomType == atomType) { in sectionParseInfo()
256 if (atomType == DefinedAtom::typeUnknown) { in atomFromSymbol()
268 atomType = lld::DefinedAtom::typeResolver; in atomFromSymbol()
1600 if (p->atomType != atomType) in relocatableSectionInfoForContentType()
1610 if (atomType == DefinedAtom::typeCode) in relocatableSectionInfoForContentType()
[all …]
H A DMachONormalizedFileFromAtoms.cpp257 #define ENTRY(seg, sect, type, atomType) \ argument
258 {seg, sect, type, DefinedAtom::atomType }
264 DefinedAtom::ContentType atomType; member
307 SectionInfo *Util::getFinalSection(DefinedAtom::ContentType atomType) { in getFinalSection() argument
309 if (p.atomType != atomType) in getFinalSection()
312 switch (atomType) { in getFinalSection()
338 _sectionMap[atomType] = sect; in getFinalSection()
H A DMachONormalizedFileBinaryUtils.h203 void relocatableSectionInfoForContentType(DefinedAtom::ContentType atomType,