Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DObjC.cpp33 auto sectionHeaders = ArrayRef<SectionHeader>{ in objectHasObjCSection()
35 for (const SectionHeader &secHead : sectionHeaders) { in objectHasObjCSection()
H A DInputFiles.cpp301 void ObjFile::parseSections(ArrayRef<SectionHeader> sectionHeaders) { in parseSections() argument
302 sections.reserve(sectionHeaders.size()); in parseSections()
305 for (const SectionHeader &sec : sectionHeaders) { in parseSections()
642 void ObjFile::parseRelocations(ArrayRef<SectionHeader> sectionHeaders, in parseRelocations() argument
704 sectionHeaders[relInfo.r_symbolnum - 1]; in parseRelocations()
933 uint64_t sectionAddr = sectionHeaders[i].addr; in parseSymbols()
934 uint32_t sectionAlign = 1u << sectionHeaders[i].align; in parseSymbols()
1090 ArrayRef<SectionHeader> sectionHeaders; in parse() local
1093 sectionHeaders = ArrayRef<SectionHeader>{ in parse()
1095 parseSections(sectionHeaders); in parse()
[all …]
H A DInputFiles.h185 void parseSymbols(ArrayRef<typename LP::section> sectionHeaders,
191 void parseRelocations(ArrayRef<SectionHeader> sectionHeaders,
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-user-defined-memcpy.ll14 ;; FIXME: currently only fileHeader and sectionHeaders are supported in XCOFF64.
H A Daix-tls-xcoff-variables.ll13 ;; FIXME: currently only fileHeader and sectionHeaders are supported in XCOFF64.