Home
last modified time | relevance | path

Searched refs:getRVAFromSectOffset (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativePublicSymbol.cpp42 return Session.getRVAFromSectOffset(Sym.Segment, Sym.Offset); in getRelativeVirtualAddress()
H A DNativeLineNumber.cpp39 return Session.getRVAFromSectOffset(Section, Offset); in getRelativeVirtualAddress()
H A DNativeFunctionSymbol.cpp56 return Session.getRVAFromSectOffset(Sym.Segment, Sym.CodeOffset); in getRelativeVirtualAddress()
H A DNativeSession.cpp381 uint32_t NativeSession::getRVAFromSectOffset(uint32_t Section, in getRVAFromSectOffset() function in NativeSession
399 return LoadAddress + getRVAFromSectOffset(Section, Offset); in getVAFromSectOffset()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h115 uint32_t getRVAFromSectOffset(uint32_t Section, uint32_t Offset) const;