Home
last modified time | relevance | path

Searched defs:UnitIndexEntry (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWP/
H A DDWP.h18 struct UnitIndexEntry { struct
19 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
20 std::string Name;
21 std::string DWOName;
22 StringRef DWPName;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWP/
DDWP.h24 struct UnitIndexEntry { struct
25 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
26 std::string Name;
27 std::string DWOName;
28 StringRef DWPName;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWP/
DDWP.h24 struct UnitIndexEntry { struct
25 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
26 std::string Name;
27 std::string DWOName;
28 StringRef DWPName;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWP/
DDWP.h24 struct UnitIndexEntry { struct
25 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
26 std::string Name;
27 std::string DWOName;
28 StringRef DWPName;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWP/
DDWP.h24 struct UnitIndexEntry { struct
25 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
26 std::string Name;
27 std::string DWOName;
28 StringRef DWPName;
/aosp_15_r20/external/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp183 struct UnitIndexEntry { struct
200 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() argument