Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h66 const ObjectFile &BaseTObj, in getRelocationEntry() argument
69 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationEntry()
99 getRelocationValueRef(const ObjectFile &BaseTObj,
H A DRuntimeDyldMachO.cpp99 const ObjectFile &BaseTObj, const relocation_iterator &RI, in getRelocationValueRef() argument
103 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationValueRef()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h344 const ObjectFile &BaseTObj, in processHALFSECTDIFFRelocation() argument
347 static_cast<const MachOObjectFile&>(BaseTObj); in processHALFSECTDIFFRelocation()