Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h235 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
454 return OwningObject->getRelocationType(RelocationPimpl); in getType()
DELFObjectFile.h242 uint64_t getRelocationType(DataRefImpl Rel) const override;
709 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
725 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
DMachO.h238 uint64_t getRelocationType(DataRefImpl Rel) const override;
DCOFF.h749 uint64_t getRelocationType(DataRefImpl Rel) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h250 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
495 return OwningObject->getRelocationType(RelocationPimpl); in getType()
DWasm.h184 uint64_t getRelocationType(DataRefImpl Rel) const override;
DELFObjectFile.h269 uint64_t getRelocationType(DataRefImpl Rel) const override;
843 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
859 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
DMachO.h341 uint64_t getRelocationType(DataRefImpl Rel) const override;
DCOFF.h917 uint64_t getRelocationType(DataRefImpl Rel) const override;
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp919 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
932 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()
/external/llvm/lib/Object/
DMachOObjectFile.cpp778 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
786 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
DCOFFObjectFile.cpp1078 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp859 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()
872 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1240 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
DCOFFObjectFile.cpp1144 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
DMachOObjectFile.cpp2109 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
2117 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()