Home
last modified time | relevance | path

Searched refs:getVersionDefinitions (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h201 getVersionDefinitions(const Elf_Shdr &Sec) const;
607 Expected<std::vector<VerDef>> Defs = getVersionDefinitions(*VerDefSec); in loadVersionMap()
906 ELFFile<ELFT>::getVersionDefinitions(const Elf_Shdr &Sec) const { in getVersionDefinitions() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4702 Expected<std::vector<VerDef>> V = this->Obj.getVersionDefinitions(*Sec); in printVersionDefinitionSection()
6965 Expected<std::vector<VerDef>> V = this->Obj.getVersionDefinitions(*Sec); in printVersionDefinitionSection()