Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1515 std::vector<SecDesc> TextSections, DataSections; in populateObjCRuntimeObject() local
1588 TextSections.push_back({}); in populateObjCRuntimeObject()
1589 AddSection(TextSections.back(), *GraphSec); in populateObjCRuntimeObject()
1614 Hdr.ncmds = 1 + !TextSections.empty(); in populateObjCRuntimeObject()
1617 (TextSections.size() + DataSections.size()) * sizeof(MachO::section_64); in populateObjCRuntimeObject()
1647 if (!TextSections.empty()) in populateObjCRuntimeObject()
1648 WriteSegment("__TEXT", TextSections); in populateObjCRuntimeObject()