Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h288 getVersionDefinitions(const Elf_Shdr &Sec) const;
734 Expected<std::vector<VerDef>> Defs = getVersionDefinitions(*VerDefSec); in loadVersionMap()
1033 ELFFile<ELFT>::getVersionDefinitions(const Elf_Shdr &Sec) const { in getVersionDefinitions() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5113 Expected<std::vector<VerDef>> V = this->Obj.getVersionDefinitions(*Sec); in printVersionDefinitionSection()
7587 Expected<std::vector<VerDef>> V = this->Obj.getVersionDefinitions(*Sec); in printVersionDefinitionSection()