Searched refs:getRvaPtr (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 438 return getRvaPtr((uint32_t)Rva, Res); in getVaPtr() 442 std::error_code COFFObjectFile::getRvaPtr(uint32_t Addr, uintptr_t &Res) const { in getRvaPtr() function in COFFObjectFile 482 if (std::error_code EC = getRvaPtr(Rva, IntPtr)) in getHintName() 536 if (std::error_code EC = getRvaPtr(ImportTableRva, IntPtr)) in initImportTablePtr() 558 if (std::error_code EC = getRvaPtr(RVA, IntPtr)) in initDelayImportTablePtr() 579 if (std::error_code EC = getRvaPtr(ExportTableRva, IntPtr)) in initExportTablePtr() 594 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr)) in initBaseRelocPtr() 618 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr)) in initDebugDirectoryPtr() 621 if (std::error_code EC = getRvaPtr( in initDebugDirectoryPtr() 1229 Object->getRvaPtr(RVA, IntPtr); in importedSymbolBegin() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 455 return getRvaPtr((uint32_t)Rva, Res); in getVaPtr() 459 std::error_code COFFObjectFile::getRvaPtr(uint32_t Addr, uintptr_t &Res) const { in getRvaPtr() function in COFFObjectFile 499 if (std::error_code EC = getRvaPtr(Rva, IntPtr)) in getHintName() 555 if (std::error_code EC = getRvaPtr(ImportTableRva, IntPtr)) in initImportTablePtr() 577 if (std::error_code EC = getRvaPtr(RVA, IntPtr)) in initDelayImportTablePtr() 598 if (std::error_code EC = getRvaPtr(ExportTableRva, IntPtr)) in initExportTablePtr() 613 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr)) in initBaseRelocPtr() 637 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr)) in initDebugDirectoryPtr() 640 if (std::error_code EC = getRvaPtr( in initDebugDirectoryPtr() 657 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr)) in initLoadConfigPtr() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 287 error(Obj->getRvaPtr(DataDir->RelativeVirtualAddress, IntPtr)); in printTLSDirectory() 316 error(Obj->getRvaPtr(DataDir->RelativeVirtualAddress, IntPtr)); in printLoadConfiguration() 524 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr)) in printRuntimeFunction()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 292 error(Obj->getRvaPtr(DataDir->RelativeVirtualAddress, IntPtr)); in printTLSDirectory() 321 error(Obj->getRvaPtr(DataDir->RelativeVirtualAddress, IntPtr)); in printLoadConfiguration() 529 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr)) in printRuntimeFunction()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 862 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFF.h | 1036 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
|