reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
101 bool NativeSession::addressForRVA(uint32_t VA, uint32_t &Section,
unittests/DebugInfo/PDB/PDBApiTest.cpp 81 bool addressForRVA(uint32_t RVA, uint32_t &Section,
44 Session.addressForRVA(RVA, DataSection, DataOffset);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp 2040 m_session_up->addressForRVA(RVA, DataSection, DataOffset);