Searched refs:Rva (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp451 uint64_t Rva = Addr - ImageBase; local
452 assert(Rva <= UINT32_MAX);
453 return getRvaPtr((uint32_t)Rva, Res);
492 // Returns hint and name fields, assuming \p Rva is pointing to a Hint/Name
494 std::error_code COFFObjectFile::getHintName(uint32_t Rva, uint16_t &Hint, argument
497 if (std::error_code EC = getRvaPtr(Rva, IntPtr))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1048 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
1056 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h115 uint32_t Rva = 0; member in class:llvm::codeview::SectionSym
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp301 IO.mapRequired("Rva", Symbol.Rva);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp161 W.printNumber("Rva", Section.Rva);
H A DSymbolRecordMapping.cpp94 error(IO.mapInteger(Section.Rva));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp424 Section.Length, Section.Alignment, Section.Rva,
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1581 sym.Rva = os.getRVA();

Completed in 146 milliseconds