Searched refs:LCT_DataInCode (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Object/
H A DMachOFormat.h169 LCT_DataInCode = 0x29, enumerator in enum:llvm::object::macho::LoadCommandType
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp347 case macho::LCT_DataInCode:
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp430 } else if (Load.C.Type == macho::LCT_DataInCode) {
1570 Cmd.Type = macho::LCT_DataInCode;
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp806 WriteLinkeditLoadCommand(macho::LCT_DataInCode, DataRegionsOffset,

Completed in 69 milliseconds