Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp53 StringRef XCOFF::getRelocationTypeString(XCOFF::RelocationType Type) { in getRelocationTypeString() function in XCOFF
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp343 << XCOFF::getRelocationTypeString( in printLoaderSectionRelocationEntry()
469 StringRef RelocName = XCOFF::getRelocationTypeString(Reloc.Type); in printRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp641 Res = XCOFF::getRelocationTypeString(Reloc->Type); in getRelocationTypeName()
644 Res = XCOFF::getRelocationTypeString(Reloc->Type); in getRelocationTypeName()