Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.h65 const ObjectFile &BaseTObj, in getRelocationEntry() argument
68 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationEntry()
98 getRelocationValueRef(const ObjectFile &BaseTObj,
HDRuntimeDyldMachO.cpp98 const ObjectFile &BaseTObj, const relocation_iterator &RI, in getRelocationValueRef() argument
102 static_cast<const MachOObjectFile &>(BaseTObj); in getRelocationValueRef()
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOARM.h345 const ObjectFile &BaseTObj, in processHALFSECTDIFFRelocation() argument
348 static_cast<const MachOObjectFile&>(BaseTObj); in processHALFSECTDIFFRelocation()