Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h1006 std::error_code getRVA(uint32_t &Result) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h1184 std::error_code getRVA(uint32_t &Result) const;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1547 std::error_code BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA() function in BaseRelocRef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1648 std::error_code BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA() function in BaseRelocRef
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1496 error(I.getRVA(RVA)); in printCOFFBaseReloc()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1676 error(I.getRVA(RVA)); in printCOFFBaseReloc()