Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h346 const ObjectFile &BaseTObj, in processHALFSECTDIFFRelocation() argument
349 static_cast<const MachOObjectFile&>(BaseTObj); in processHALFSECTDIFFRelocation()