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

  /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/
NativeSession.cpp 212 bool NativeSession::addressForVA(uint64_t VA, uint32_t &Section,
244 addressForVA(Address, Section, Offset);

Completed in 29 milliseconds