Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h250 virtual std::error_code getRelocationType(DataRefImpl Rel,
471 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
DELFObjectFile.h115 std::error_code getRelocationType(DataRefImpl Rel,
630 std::error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel, in getRelocationType() function
DMachO.h238 std::error_code getRelocationType(DataRefImpl Rel,
DCOFF.h615 std::error_code getRelocationType(DataRefImpl Rel,
/external/llvm/lib/Object/
DMachOObjectFile.cpp713 std::error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in MachOObjectFile
725 getRelocationType(Rel, RType); in getRelocationTypeName()
1012 getRelocationType(Rel, Type); in getRelocationHidden()
1027 getRelocationType(RelPrev, PrevType); in getRelocationHidden()
DCOFFObjectFile.cpp1047 std::error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in COFFObjectFile