Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativePublicSymbol.cpp43 return Session.getRVAFromSectOffset(Sym.Segment, Sym.Offset); in getRelativeVirtualAddress()
DNativeLineNumber.cpp38 return Session.getRVAFromSectOffset(Section, Offset); in getRelativeVirtualAddress()
DNativeFunctionSymbol.cpp52 return Session.getRVAFromSectOffset(Sym.Segment, Sym.CodeOffset); in getRelativeVirtualAddress()
DNativeSession.cpp373 uint32_t NativeSession::getRVAFromSectOffset(uint32_t Section, in getRVAFromSectOffset() function in NativeSession
391 return LoadAddress + getRVAFromSectOffset(Section, Offset); in getVAFromSectOffset()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h111 uint32_t getRVAFromSectOffset(uint32_t Section, uint32_t Offset) const;