/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | NativeSessionTest.cpp | 60 ASSERT_TRUE(S->addressForVA(LoadAddr + 5000, Section, Offset)); in TEST() 64 ASSERT_TRUE(S->addressForVA(-1, Section, Offset)); in TEST() 68 ASSERT_TRUE(S->addressForVA(4, Section, Offset)); in TEST() 72 ASSERT_TRUE(S->addressForVA(LoadAddr + 100000, Section, Offset)); in TEST() 84 ASSERT_TRUE(S->addressForVA(5000, Section, Offset)); in TEST() 88 ASSERT_TRUE(S->addressForVA(-1, Section, Offset)); in TEST() 92 ASSERT_TRUE(S->addressForVA(4, Section, Offset)); in TEST() 96 ASSERT_TRUE(S->addressForVA(100000, Section, Offset)); in TEST()
|
D | PDBApiTest.cpp | 77 bool addressForVA(uint64_t VA, uint32_t &Section, in addressForVA() function in __anon3ef83b7a0111::MockSession
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 36 bool addressForVA(uint64_t VA, uint32_t &Section,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 36 bool addressForVA(uint64_t VA, uint32_t &Section,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 35 virtual bool addressForVA(uint64_t VA, uint32_t &Section,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 35 virtual bool addressForVA(uint64_t VA, uint32_t &Section,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 44 bool addressForVA(uint64_t VA, uint32_t &Section,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 52 bool addressForVA(uint64_t VA, uint32_t &Section,
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeInlineSiteSymbol.cpp | 170 Session.addressForVA(VA, LineSect, LineOff); in findInlineeLinesByVA()
|
D | NativeSession.cpp | 212 bool NativeSession::addressForVA(uint64_t VA, uint32_t &Section, in addressForVA() function in NativeSession 244 addressForVA(Address, Section, Offset); in findSymbolByAddress()
|
D | SymbolCache.cpp | 573 Session.addressForVA(LineIter->Addr, LineSect, LineOff); in findLineNumbersByVA()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 160 bool DIASession::addressForVA(uint64_t VA, uint32_t &Section, in addressForVA() function in DIASession 163 if (S_OK == Session->addressForVA(VA, &ArgSection, &ArgOffset)) { in addressForVA()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 160 bool DIASession::addressForVA(uint64_t VA, uint32_t &Section, in addressForVA() function in DIASession 163 if (S_OK == Session->addressForVA(VA, &ArgSection, &ArgOffset)) { in addressForVA()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 96 bool NativeSession::addressForVA(uint64_t VA, uint32_t &Section, in addressForVA() function in NativeSession
|