Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp805 std::vector<SectionRef> LiteralSections; in DumpLiteralPointerSection() local
820 LiteralSections.push_back(Section); in DumpLiteralPointerSection()
883 auto Sect = std::find_if(LiteralSections.begin(), LiteralSections.end(), in DumpLiteralPointerSection()
888 if (Sect == LiteralSections.end()) { in DumpLiteralPointerSection()