Searched refs:addressForRVA (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolData.cpp | 43 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSession.cpp | 222 return addressForRVA(RVA, Section, Offset); in addressForVA() 225 bool NativeSession::addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA() function in NativeSession 259 addressForRVA(RVA, Section, Offset); in findSymbolByRVA()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIASession.h | 38 bool addressForRVA(uint32_t RVA, uint32_t &Section,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBSession.h | 38 virtual bool addressForRVA(uint32_t RVA, uint32_t &Section,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 171 bool DIASession::addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA() function in DIASession 174 if (S_OK == Session->addressForRVA(RVA, &ArgSection, &ArgOffset)) { in addressForRVA()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeSession.h | 59 bool addressForRVA(uint32_t RVA, uint32_t &Section,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 2011 m_session_up->addressForRVA(RVA, DataSection, DataOffset); in GetCompilandId()
|