Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp32 static Section constructSectionCommon(const SectionType &Sec, uint32_t Index) { in constructSectionCommon() function
51 return constructSectionCommon(Sec, Index); in constructSection()
55 Section S = constructSectionCommon(Sec, Index); in constructSection()