Home
last modified time | relevance | path

Searched refs:ThunkMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h41 return ThunkMap; in getThunkMap()
51 FixedStreamArray<support::ulittle32_t> ThunkMap; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPublicsStream.cpp84 if (auto EC = Reader.readArray(ThunkMap, Header->NumThunks)) in reload()