Searched refs:BaseTObj (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 66 const ObjectFile &BaseTObj, in getRelocationEntry() argument 69 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationEntry() 98 getRelocationValueRef(const ObjectFile &BaseTObj,
|
D | RuntimeDyldMachO.cpp | 96 const ObjectFile &BaseTObj, const relocation_iterator &RI, in getRelocationValueRef() argument 100 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationValueRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 66 const ObjectFile &BaseTObj, in getRelocationEntry() argument 69 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationEntry() 99 getRelocationValueRef(const ObjectFile &BaseTObj,
|
D | RuntimeDyldMachO.cpp | 99 const ObjectFile &BaseTObj, const relocation_iterator &RI, in getRelocationValueRef() argument 103 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationValueRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOARM.h | 219 const ObjectFile &BaseTObj, in processHALFSECTDIFFRelocation() argument 222 static_cast<const MachOObjectFile&>(BaseTObj); in processHALFSECTDIFFRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOARM.h | 342 const ObjectFile &BaseTObj, in processHALFSECTDIFFRelocation() argument 345 static_cast<const MachOObjectFile&>(BaseTObj); in processHALFSECTDIFFRelocation()
|