Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2906 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in begin_dices() local
2907 DRI.p = reinterpret_cast<uintptr_t>(getPtr(*this, DicLC.dataoff)); in begin_dices()
2916 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in end_dices() local
2917 unsigned Offset = DicLC.dataoff + DicLC.datasize; in end_dices()