Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp53 StringRef XCOFF::getRelocationTypeString(XCOFF::RelocationType Type) { in getRelocationTypeString() function in XCOFF
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp400 StringRef Res = XCOFF::getRelocationTypeString(Reloc->Type); in getRelocationTypeName()