Home
last modified time | relevance | path

Searched refs:moduleIndexForVA (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeFunctionSymbol.cpp95 if (!Session.moduleIndexForVA(VA, Modi)) in findInlineFramesByVA()
DNativeInlineSiteSymbol.cpp132 if (!Session.moduleIndexForVA(VA, Modi)) in findInlineeLinesByVA()
DNativeSession.cpp394 bool NativeSession::moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const { in moduleIndexForVA() function in NativeSession
DSymbolCache.cpp525 if (!Session.moduleIndexForVA(VA, Modi)) in findLineNumbersByVA()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h113 bool moduleIndexForVA(uint64_t VA, uint16_t &ModuleIndex) const;