Home
last modified time | relevance | path

Searched refs:moduleIndexForSectOffset (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h114 bool moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset,
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp317 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi)) in findSymbolBySectOffset()
343 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi)) in findFunctionSymbolBySectOffset()
DNativeSession.cpp403 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, in moduleIndexForSectOffset() function in NativeSession