Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h396 void createFakeSections();
771 template <class ELFT> void ELFFile<ELFT>::createFakeSections() { in createFakeSections() function
H A DELFObjectFile.h462 void createFakeSections() { EF.createFakeSections(); } in createFakeSections() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1273 Elf32LEObj->createFakeSections(); in createFakeELFSections()
1275 Elf64LEObj->createFakeSections(); in createFakeELFSections()
1277 Elf32BEObj->createFakeSections(); in createFakeELFSections()
1279 Elf64BEObj->createFakeSections(); in createFakeELFSections()