Home
last modified time | relevance | path

Searched defs:ThunkMap (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h48 FixedStreamArray<support::ulittle32_t> ThunkMap; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h48 FixedStreamArray<support::ulittle32_t> ThunkMap; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h48 FixedStreamArray<support::ulittle32_t> ThunkMap; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DPublicsStream.h48 FixedStreamArray<support::ulittle32_t> ThunkMap; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h48 FixedStreamArray<support::ulittle32_t> ThunkMap; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h51 FixedStreamArray<support::ulittle32_t> ThunkMap; variable
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DPublicsStream.h65 codeview::FixedStreamArray<support::ulittle32_t> ThunkMap; variable
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiled_method_storage.h95 using ThunkMap = std::map<ThunkMapKey, variable
/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_arm_base.h120 using ThunkMap = SafeMap<ThunkKey, ThunkData, ThunkKeyCompare>; variable
/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/
H A Dabi_wrappers.cpp666 typedef std::map<uint64_t, clang::ThunkInfo> ThunkMap; typedef