Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1446 std::vector<SecDesc> TextSections, DataSections; in populateObjCRuntimeObject() local
1525 TextSections.push_back({}); in populateObjCRuntimeObject()
1526 AddSection(TextSections.back(), *GraphSec); in populateObjCRuntimeObject()
1551 Hdr.ncmds = 1 + !TextSections.empty(); in populateObjCRuntimeObject()
1554 (TextSections.size() + DataSections.size()) * sizeof(MachO::section_64); in populateObjCRuntimeObject()
1584 if (!TextSections.empty()) in populateObjCRuntimeObject()
1585 WriteSegment("__TEXT", TextSections); in populateObjCRuntimeObject()