HomeSort by: relevance | last modified time | path
    Searched refs:addressForVA (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBSession.h 35 virtual bool addressForVA(uint64_t VA, uint32_t &Section,
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASession.h 36 bool addressForVA(uint64_t VA, uint32_t &Section,
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 52 bool addressForVA(uint64_t VA, uint32_t &Section,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 160 bool DIASession::addressForVA(uint64_t VA, uint32_t &Section,
163 if (S_OK == Session->addressForVA(VA, &ArgSection, &ArgOffset)) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeInlineSiteSymbol.cpp 170 Session.addressForVA(VA, LineSect, LineOff);
NativeSession.cpp 212 bool NativeSession::addressForVA(uint64_t VA, uint32_t &Section,
244 addressForVA(Address, Section, Offset);
SymbolCache.cpp 578 Session.addressForVA(LineIter->Addr, LineSect, LineOff);

Completed in 82 milliseconds