Home
last modified time | relevance | path

Searched refs:SecLoadAddr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp131 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject() local
134 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr); in createRTDyldELFObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp174 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject() local
177 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr); in createRTDyldELFObject()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp167 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject() local
170 shdr->sh_addr = static_cast<addr_type>(SecLoadAddr); in createRTDyldELFObject()