Home
last modified time | relevance | path

Searched refs:addressForRVA (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp44 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp215 return addressForRVA(RVA, Section, Offset); in addressForVA()
218 bool NativeSession::addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA() function in NativeSession
252 addressForRVA(RVA, Section, Offset); in findSymbolByRVA()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h38 bool addressForRVA(uint32_t RVA, uint32_t &Section,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h37 virtual bool addressForRVA(uint32_t RVA, uint32_t &Section,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp171 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-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h54 bool addressForRVA(uint32_t RVA, uint32_t &Section,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp2034 m_session_up->addressForRVA(RVA, DataSection, DataOffset); in GetCompilandId()