Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h394 void createFakeSections();
766 template <class ELFT> void ELFFile<ELFT>::createFakeSections() { in createFakeSections() function
H A DELFObjectFile.h461 void createFakeSections() { EF.createFakeSections(); } in createFakeSections() function
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1242 Elf32LEObj->createFakeSections(); in createFakeELFSections()
1244 Elf64LEObj->createFakeSections(); in createFakeELFSections()
1246 Elf32BEObj->createFakeSections(); in createFakeELFSections()
1248 Elf64BEObj->createFakeSections(); in createFakeELFSections()