Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELF.h66 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/
DELF.h66 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/
DELF.h66 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/
DELF.h66 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 DELF.h66 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 Droll_deps.py100 VersionEntry = collections.namedtuple('VersionEntry', 'version') variable