Home
last modified time | relevance | path

Searched refs:createFakeSections (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h523 void createFakeSections();
898 template <class ELFT> void ELFFile<ELFT>::createFakeSections() { in createFakeSections() function
H A DELFObjectFile.h509 void createFakeSections() { EF.createFakeSections(); } in createFakeSections() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1626 Elf32LEObj->createFakeSections(); in createFakeELFSections()
1628 Elf64LEObj->createFakeSections(); in createFakeELFSections()
1630 Elf32BEObj->createFakeSections(); in createFakeELFSections()
1632 Elf64BEObj->createFakeSections(); in createFakeELFSections()