Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h1006 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/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1496 error(I.getRVA(RVA)); in printCOFFBaseReloc()