Searched refs:FakeSections (Results 1 – 1 of 1) sorted by relevance
184 std::vector<Elf_Shdr> FakeSections; variable767 if (!FakeSections.empty()) in createFakeSections()782 FakeSections.push_back(FakeShdr); in createFakeSections()790 if (!FakeSections.empty()) in sections()791 return makeArrayRef(FakeSections.data(), FakeSections.size()); in sections()