Searched defs:VersionEntry (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | ELF.h | 66 struct VersionEntry { struct 67 std::string Name; 68 bool IsVerDef; 958 SmallVector<std::optional<VersionEntry>, 0> &VersionMap, in getSymbolVersionByIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | ELF.h | 66 struct VersionEntry { struct 67 std::string Name; 68 bool IsVerDef; 958 SmallVector<std::optional<VersionEntry>, 0> &VersionMap, in getSymbolVersionByIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | ELF.h | 66 struct VersionEntry { struct 67 std::string Name; 68 bool IsVerDef; 958 SmallVector<std::optional<VersionEntry>, 0> &VersionMap, in getSymbolVersionByIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | ELF.h | 66 struct VersionEntry { struct 67 std::string Name; 68 bool IsVerDef; 958 SmallVector<std::optional<VersionEntry>, 0> &VersionMap, in getSymbolVersionByIndex()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 66 struct VersionEntry { struct 67 std::string Name; 68 bool IsVerDef; 879 SmallVector<std::optional<VersionEntry>, 0> &VersionMap, in getSymbolVersionByIndex()
|
/aosp_15_r20/external/libyuv/tools_libyuv/autoroller/ |
H A D | roll_deps.py | 100 VersionEntry = collections.namedtuple('VersionEntry', 'version') variable
|