Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp178 static void dumpSection(const SectionRef &Section, const ObjectFile *obj) { in dumpSection() function
265 dump(obj, &dumpSection, obj->begin_sections(), obj->end_sections(), in main()
/external/llvm/test/Scripts/
Dmacho-dumpx156 dumpSection(f, i, opts, is64Bit)
237 def dumpSection(f, i, opts, is64Bit): function