Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h36 bool addressForVA(uint64_t VA, uint32_t &Section,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h35 virtual bool addressForVA(uint64_t VA, uint32_t &Section,
/freebsd-12-stable/contrib/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()
/freebsd-12-stable/contrib/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.cpp578 Session.addressForVA(LineIter->Addr, LineSect, LineOff); in findLineNumbersByVA()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h52 bool addressForVA(uint64_t VA, uint32_t &Section,