/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 44 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 44 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 215 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 38 bool addressForRVA(uint32_t RVA, uint32_t &Section,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 38 bool addressForRVA(uint32_t RVA, uint32_t &Section,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 37 virtual bool addressForRVA(uint32_t RVA, uint32_t &Section,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 37 virtual bool addressForRVA(uint32_t RVA, uint32_t &Section,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 46 bool addressForRVA(uint32_t RVA, uint32_t &Section,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 54 bool addressForRVA(uint32_t RVA, uint32_t &Section,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
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()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 101 bool NativeSession::addressForRVA(uint32_t VA, uint32_t &Section, in addressForRVA() function in NativeSession
|
/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 81 bool addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA() function in __anon3ef83b7a0111::MockSession
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.cpp | 2030 m_session_up->addressForRVA(RVA, DataSection, DataOffset); in GetCompilandId()
|