Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp466 uint64_t Rva = Addr - ImageBase; in getVaPtr() local
467 assert(Rva <= UINT32_MAX); in getVaPtr()
468 return getRvaPtr((uint32_t)Rva, Res); in getVaPtr()
534 Error COFFObjectFile::getHintName(uint32_t Rva, uint16_t &Hint, in getHintName() argument
537 if (Error E = getRvaPtr(Rva, IntPtr)) in getHintName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1139 Error getRvaPtr(uint32_t Rva, uintptr_t &Res,
1149 Error getHintName(uint32_t Rva, uint16_t &Hint,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp94 error(IO.mapInteger(Section.Rva)); in visitKnownRecord()
H A DSymbolDumper.cpp159 W.printNumber("Rva", Section.Rva); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h114 uint32_t Rva = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp338 IO.mapRequired("Rva", Symbol.Rva); in map()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp465 Section.Length, Section.Alignment, Section.Rva, in visitKnownRecord()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1498 sym.Rva = os.getRVA(); in addLinkerModuleSectionSymbol()