Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp242 error(Obj->getVaPtr(TableVA, IntPtr)); in printSEHTable()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp247 error(Obj->getVaPtr(TableVA, IntPtr)); in printSEHTable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp766 error(Obj->getVaPtr(TableVA, TableStart)); in printRVATable()
767 error(Obj->getVaPtr(TableVA + Count * EntrySize - 1, TableEnd)); in printRVATable()
/external/llvm/include/llvm/Object/
DCOFF.h861 std::error_code getVaPtr(uint64_t VA, uintptr_t &Res) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h1035 std::error_code getVaPtr(uint64_t VA, uintptr_t &Res) const;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp434 std::error_code COFFObjectFile::getVaPtr(uint64_t Addr, uintptr_t &Res) const { in getVaPtr() function in COFFObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp451 std::error_code COFFObjectFile::getVaPtr(uint64_t Addr, uintptr_t &Res) const { in getVaPtr() function in COFFObjectFile