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.cpp1492 std::vector<SecDesc> TextSections, DataSections; in populateObjCRuntimeObject() local
1571 TextSections.push_back({}); in populateObjCRuntimeObject()
1572 AddSection(TextSections.back(), *GraphSec); in populateObjCRuntimeObject()
1597 Hdr.ncmds = 1 + !TextSections.empty(); in populateObjCRuntimeObject()
1600 (TextSections.size() + DataSections.size()) * sizeof(MachO::section_64); in populateObjCRuntimeObject()
1630 if (!TextSections.empty()) in populateObjCRuntimeObject()
1631 WriteSegment("__TEXT", TextSections); in populateObjCRuntimeObject()