Searched refs:addressForVA (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h35 virtual bool addressForVA(uint64_t VA, uint32_t &Section,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h36 bool addressForVA(uint64_t VA, uint32_t &Section,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h52 bool addressForVA(uint64_t VA, uint32_t &Section,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp160 bool DIASession::addressForVA(uint64_t VA, uint32_t &Section, function in class:DIASession
163 if (S_OK == Session->addressForVA(VA, &ArgSection, &ArgOffset)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp211 bool NativeSession::addressForVA(uint64_t VA, uint32_t &Section, function in class:NativeSession
243 addressForVA(Address, Section, Offset);
H A DSymbolCache.cpp584 Session.addressForVA(LineIter->Addr, LineSect, LineOff);

Completed in 125 milliseconds