Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DXCOFF.cpp51 StringRef XCOFF::getRelocationTypeString(XCOFF::RelocationType Type) { in getRelocationTypeString() function in XCOFF
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp394 StringRef Res = XCOFF::getRelocationTypeString(Reloc->Type); in getRelocationTypeName()