Searched refs:dynamic_relocation_sections (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h306 virtual std::vector<SectionRef> dynamic_relocation_sections() const { function in class:llvm::object::ObjectFile
H A DELFObjectFile.h291 std::vector<SectionRef> dynamic_relocation_sections() const override;
787 ELFObjectFile<ELFT>::dynamic_relocation_sections() const { function in class:llvm::object::ELFObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2217 std::vector<SectionRef> DynRelSec = Obj->dynamic_relocation_sections();

Completed in 60 milliseconds