Home
last modified time | relevance | path

Searched refs:getThunkMap (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h41 FixedStreamArray<support::ulittle32_t> getThunkMap() const { in getThunkMap() function
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h47 codeview::FixedStreamArray<support::ulittle32_t> getThunkMap() const { in getThunkMap() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1458 if (!Publics.getThunkMap().empty()) { in dumpPublics()
1461 for (uint32_t Addr : Publics.getThunkMap()) in dumpPublics()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp702 P.printList("Thunk Map", Publics->getThunkMap()); in dumpPublicsStream()