Searched refs:getImgRelRelocation (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 50 static uint16_t getImgRelRelocation(MachineTypes Machine) { in getImgRelRelocation() function 246 u16(getImgRelRelocation(Machine))}, in createImportDescriptor() 248 u32(3), u16(getImgRelRelocation(Machine))}, in createImportDescriptor() 250 u32(4), u16(getImgRelRelocation(Machine))}, in createImportDescriptor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 45 static uint16_t getImgRelRelocation(MachineTypes Machine) { in getImgRelRelocation() function 240 u16(getImgRelRelocation(Machine))}, in createImportDescriptor() 242 u32(3), u16(getImgRelRelocation(Machine))}, in createImportDescriptor() 244 u32(4), u16(getImgRelRelocation(Machine))}, in createImportDescriptor()
|