Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp232 DyldInfoLoadCmd(nullptr), UuidLoadCmd(nullptr), in MachOObjectFile()
284 if (DyldInfoLoadCmd) { in MachOObjectFile()
288 DyldInfoLoadCmd = Load.Ptr; in MachOObjectFile()
2210 if (!DyldInfoLoadCmd) in getDyldInfoRebaseOpcodes()
2214 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoRebaseOpcodes()
2221 if (!DyldInfoLoadCmd) in getDyldInfoBindOpcodes()
2225 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoBindOpcodes()
2232 if (!DyldInfoLoadCmd) in getDyldInfoWeakBindOpcodes()
2236 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoWeakBindOpcodes()
2243 if (!DyldInfoLoadCmd) in getDyldInfoLazyBindOpcodes()
[all …]
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h444 const char *DyldInfoLoadCmd; variable