Searched refs:Rva (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 466 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 D | COFF.h | 1139 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 D | SymbolRecordMapping.cpp | 94 error(IO.mapInteger(Section.Rva)); in visitKnownRecord()
|
H A D | SymbolDumper.cpp | 159 W.printNumber("Rva", Section.Rva); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 114 uint32_t Rva = 0; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 338 IO.mapRequired("Rva", Symbol.Rva); in map()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 465 Section.Length, Section.Alignment, Section.Rva, in visitKnownRecord()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 1498 sym.Rva = os.getRVA(); in addLinkerModuleSectionSymbol()
|