Home
last modified time | relevance | path

Searched refs:getELFRelativeRelocationType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/unittests/Object/
DELFTest.cpp54 TEST(ELFTest, getELFRelativeRelocationType) { in TEST() argument
55 EXPECT_EQ(0U, getELFRelativeRelocationType(EM_VE)); in TEST()
DELFObjectFileTest.cpp298 EXPECT_EQ(ELF::R_CKCORE_RELATIVE, getELFRelativeRelocationType(ELF::EM_CSKY)); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h34 uint32_t getELFRelativeRelocationType(uint32_t Machine);
469 return getELFRelativeRelocationType(getHeader()->e_machine); in getRelativeRelocationType()
/external/llvm-project/llvm/include/llvm/Object/
DELF.h34 uint32_t getELFRelativeRelocationType(uint32_t Machine);
507 return getELFRelativeRelocationType(getHeader().e_machine); in getRelativeRelocationType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp156 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType() function in llvm::object
/external/llvm-project/llvm/lib/Object/
DELF.cpp170 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType() function in llvm::object