Home
last modified time | relevance | path

Searched refs:OldAddrInt (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp513 uint64_t OldAddrInt; in applySpecificSectionMappings() local
515 std::tie(OldAddrInt, ErrorMsg) = in applySpecificSectionMappings()
521 void* OldAddr = reinterpret_cast<void*>(static_cast<uintptr_t>(OldAddrInt)); in applySpecificSectionMappings()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp508 uint64_t OldAddrInt; in applySpecificSectionMappings() local
510 std::tie(OldAddrInt, ErrorMsg) = in applySpecificSectionMappings()
516 void* OldAddr = reinterpret_cast<void*>(static_cast<uintptr_t>(OldAddrInt)); in applySpecificSectionMappings()