Searched refs:getRelocationType (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 250 virtual std::error_code getRelocationType(DataRefImpl Rel, 471 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
|
D | ELFObjectFile.h | 115 std::error_code getRelocationType(DataRefImpl Rel, 630 std::error_code ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel, in getRelocationType() function
|
D | MachO.h | 238 std::error_code getRelocationType(DataRefImpl Rel,
|
D | COFF.h | 615 std::error_code getRelocationType(DataRefImpl Rel,
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 713 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()
|
D | COFFObjectFile.cpp | 1047 std::error_code COFFObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType() function in COFFObjectFile
|