Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h66 const ObjectFile &BaseTObj, in getRelocationEntry() argument
69 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationEntry()
98 getRelocationValueRef(const ObjectFile &BaseTObj,
DRuntimeDyldMachO.cpp96 const ObjectFile &BaseTObj, const relocation_iterator &RI, in getRelocationValueRef() argument
100 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationValueRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h219 const ObjectFile &BaseTObj, in processHALFSECTDIFFRelocation() argument
222 static_cast<const MachOObjectFile&>(BaseTObj); in processHALFSECTDIFFRelocation()