Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1652 std::vector<SectionRef> LiteralSections; in DumpLiteralPointerSection() local
1667 LiteralSections.push_back(Section); in DumpLiteralPointerSection()
1723 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { in DumpLiteralPointerSection()
1726 if (Sect == LiteralSections.end()) { in DumpLiteralPointerSection()