Home
last modified time | relevance | path

Searched refs:getScatteredRelocationType (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h325 uint32_t getScatteredRelocationType(
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h478 uint32_t getScatteredRelocationType(
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DMachO.h634 uint32_t getScatteredRelocationType(
/external/llvm/lib/Object/
DMachOObjectFile.cpp2014 uint32_t MachOObjectFile::getScatteredRelocationType( in getScatteredRelocationType() function in MachOObjectFile
2044 return getScatteredRelocationType(RE); in getAnyRelocationType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4205 uint32_t MachOObjectFile::getScatteredRelocationType( in getScatteredRelocationType() function in MachOObjectFile
4235 return getScatteredRelocationType(RE); in getAnyRelocationType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp4563 uint32_t MachOObjectFile::getScatteredRelocationType( in getScatteredRelocationType() function in MachOObjectFile
4593 return getScatteredRelocationType(RE); in getAnyRelocationType()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2033 r_type = info->O->getScatteredRelocationType(RE); in SymbolizerGetOpInfo()