Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h250 virtual std::error_code getRelocationType(DataRefImpl Rel,
471 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
H A DMachO.h238 std::error_code getRelocationType(DataRefImpl Rel,
H A DELFObjectFile.h115 std::error_code getRelocationType(DataRefImpl Rel,
610 std::error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel, in getRelocationType() function
H A DCOFF.h615 std::error_code getRelocationType(DataRefImpl Rel,
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp678 std::error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in MachOObjectFile
690 getRelocationType(Rel, RType); in getRelocationTypeName()
977 getRelocationType(Rel, Type); in getRelocationHidden()
992 getRelocationType(RelPrev, PrevType); in getRelocationHidden()
H A DCOFFObjectFile.cpp1040 std::error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in COFFObjectFile