Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h284 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;
541 return OwningObject->getRelocationType(RelocationPimpl); in getType()
DXCOFFObjectFile.h283 uint64_t getRelocationType(DataRefImpl Rel) const override;
DELFObjectFile.h297 uint64_t getRelocationType(DataRefImpl Rel) const override;
898 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function
914 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
DWasm.h194 uint64_t getRelocationType(DataRefImpl Rel) const override;
DMachO.h338 uint64_t getRelocationType(DataRefImpl Rel) const override;
DCOFF.h921 uint64_t getRelocationType(DataRefImpl Rel) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp342 uint64_t XCOFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp1144 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile
DWasmObjectFile.cpp1492 uint64_t WasmObjectFile::getRelocationType(DataRefImpl Ref) const { in getRelocationType() function in WasmObjectFile
DMachOObjectFile.cpp2153 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile
2161 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()