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()
97 RelocationValueRef getRelocationValueRef(const ObjectFile &BaseTObj,
DRuntimeDyldMachO.cpp90 const ObjectFile &BaseTObj, const relocation_iterator &RI, in getRelocationValueRef() argument
94 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationValueRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h206 const ObjectFile &BaseTObj, in processHALFSECTDIFFRelocation() argument
209 static_cast<const MachOObjectFile&>(BaseTObj); in processHALFSECTDIFFRelocation()