Home
last modified time | relevance | path

Searched defs:VernAux (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELF.h50 struct VernAux { struct
63 std::vector<VernAux> AuxV; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELF.h50 struct VernAux { struct
63 std::vector<VernAux> AuxV; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELF.h50 struct VernAux { struct
63 std::vector<VernAux> AuxV; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELF.h50 struct VernAux { struct
63 std::vector<VernAux> AuxV; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELF.h50 struct VernAux { struct
63 std::vector<VernAux> AuxV; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1047 Elf_Verdaux VernAux; in writeSectionContent() local
1098 Elf_Vernaux VernAux; in writeSectionContent() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1548 Elf_Verdaux VernAux; in writeSectionContent() local
1593 Elf_Vernaux VernAux; in writeSectionContent() local
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp590 typedef typename ELFO::Elf_Vernaux VernAux; in printVersionDependencySection() typedef