Home
last modified time | relevance | path

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

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