Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1145 MachO::linkedit_data_command LohLC = O->getLinkOptHintsLoadCommand(); in PrintLinkOptHints() local
1146 const char *loh = O->getData().substr(LohLC.dataoff, 1).data(); in PrintLinkOptHints()
1147 uint32_t nloh = LohLC.datasize; in PrintLinkOptHints()