Searched refs:addressForVA (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| D | DIASession.h | 36 bool addressForVA(uint64_t VA, uint32_t &Section,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| D | IPDBSession.h | 35 virtual bool addressForVA(uint64_t VA, uint32_t &Section,
|
| /freebsd-12-stable/contrib/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()
|
| /freebsd-12-stable/contrib/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 | 578 Session.addressForVA(LineIter->Addr, LineSect, LineOff); in findLineNumbersByVA()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | NativeSession.h | 52 bool addressForVA(uint64_t VA, uint32_t &Section,
|