Home
last modified time | relevance | path

Searched refs:addressForVA (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DNativeSessionTest.cpp60 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()
DPDBApiTest.cpp77 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/
DDIASession.h36 bool addressForVA(uint64_t VA, uint32_t &Section,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h36 bool addressForVA(uint64_t VA, uint32_t &Section,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h35 virtual bool addressForVA(uint64_t VA, uint32_t &Section,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h35 virtual bool addressForVA(uint64_t VA, uint32_t &Section,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h44 bool addressForVA(uint64_t VA, uint32_t &Section,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h52 bool addressForVA(uint64_t VA, uint32_t &Section,
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeInlineSiteSymbol.cpp170 Session.addressForVA(VA, LineSect, LineOff); in findInlineeLinesByVA()
DNativeSession.cpp212 bool NativeSession::addressForVA(uint64_t VA, uint32_t &Section, in addressForVA() function in NativeSession
244 addressForVA(Address, Section, Offset); in findSymbolByAddress()
DSymbolCache.cpp573 Session.addressForVA(LineIter->Addr, LineSect, LineOff); in findLineNumbersByVA()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp160 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/
DDIASession.cpp160 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/
DNativeSession.cpp96 bool NativeSession::addressForVA(uint64_t VA, uint32_t &Section, in addressForVA() function in NativeSession