HomeSort by relevance Sort by last modified time
    Searched full:at_producer (Results 1 - 7 of 7) sorted by null

  /external/toolchain-utils/
compiler-test.sh 7 # it can find, checking the AT_producer field to determine whether
47 at_producer=`readelf --debug-dump=info $f | head -25 | grep AT_producer `;
48 if echo ${at_producer} | grep -q 'GNU C' ; then
50 elif echo ${at_producer} | grep -q 'clang'; then
  /toolchain/binutils/binutils-2.25/include/elf/
dwarf.h 147 AT_producer = (0x0250|FORM_STRING),
  /external/llvm/include/llvm/MC/
MCContext.h 166 /// The string to embed in as the dwarf AT_producer for the compile unit, if
  /external/clang/include/clang/Driver/
CC1Options.td     [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 747 // AT_producer, the version of the assembler tool.
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c     [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 942 milliseconds