Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp46 template <typename T> static const T *viewAs(uintptr_t in) { in viewAs() function
106 return viewAs<XCOFFSectionHeader32>(Ref.p); in toSection32()
115 return viewAs<XCOFFSectionHeader64>(Ref.p); in toSection64()
124 auto SymEntPtr = viewAs<XCOFFSymbolEntry>(Ref.p); in toSymbolEntry()
347 Rel.p = reinterpret_cast<uintptr_t>(viewAs<XCOFFRelocation32>(Rel.p) + 1); in moveRelocationNext()
353 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationOffset()
372 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationSymbol()
386 return viewAs<XCOFFRelocation32>(Rel.p)->Type; in getRelocationType()
393 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationTypeName()