Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachOFormat.h168 LCT_FunctionStarts = 0x26, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp174 if (Command.C.Type == macho::LCT_FunctionStarts) { in getSectionsAndSymbols()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp345 case macho::LCT_FunctionStarts: in DumpLoadCommand()