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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 113 bool moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeFunctionSymbol.cpp 95 if (!Session.moduleIndexForVA(VA, Modi))
NativeInlineSiteSymbol.cpp 132 if (!Session.moduleIndexForVA(VA, Modi))
NativeSession.cpp 394 bool NativeSession::moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const {
SymbolCache.cpp 530 if (!Session.moduleIndexForVA(VA, Modi))

Completed in 17 milliseconds