Home
last modified time | relevance | path

Searched defs:CompileUnitIdentifiers (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.h57 struct CompileUnitIdentifiers { struct
58 uint64_t Signature = 0;
59 const char *Name = "";
60 const char *DWOName = "";
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWP/
DDWP.h63 struct CompileUnitIdentifiers { struct
64 uint64_t Signature = 0;
65 const char *Name = "";
66 const char *DWOName = "";
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWP/
DDWP.h63 struct CompileUnitIdentifiers { struct
64 uint64_t Signature = 0;
65 const char *Name = "";
66 const char *DWOName = "";
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWP/
DDWP.h63 struct CompileUnitIdentifiers { struct
64 uint64_t Signature = 0;
65 const char *Name = "";
66 const char *DWOName = "";
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWP/
DDWP.h63 struct CompileUnitIdentifiers { struct
64 uint64_t Signature = 0;
65 const char *Name = "";
66 const char *DWOName = "";
/aosp_15_r20/external/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp108 struct CompileUnitIdentifiers { struct
130 static Expected<CompileUnitIdentifiers> getCUIdentifiers(StringRef Abbrev, in getCUIdentifiers() argument