Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp268 DyldInfoLoadCmd(nullptr), UuidLoadCmd(nullptr), in MachOObjectFile()
351 if (DyldInfoLoadCmd) { in MachOObjectFile()
355 DyldInfoLoadCmd = Load.Ptr; in MachOObjectFile()
2322 if (!DyldInfoLoadCmd) in getDyldInfoRebaseOpcodes()
2326 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoRebaseOpcodes()
2333 if (!DyldInfoLoadCmd) in getDyldInfoBindOpcodes()
2337 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoBindOpcodes()
2344 if (!DyldInfoLoadCmd) in getDyldInfoWeakBindOpcodes()
2348 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoWeakBindOpcodes()
2355 if (!DyldInfoLoadCmd) in getDyldInfoLazyBindOpcodes()
[all …]
/external/llvm/include/llvm/Object/
DMachO.h465 const char *DyldInfoLoadCmd; variable