Home
last modified time | relevance | path

Searched defs:SectionTable (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp251 const coff_section SectionTable[NumberOfSections] = { createImportDescriptor() local
387 const coff_section SectionTable[NumberOfSections] = { createNullImportDescriptor() local
450 const coff_section SectionTable[NumberOfSections] = { createNullThunk() local
562 const coff_section SectionTable[NumberOfSections] = { createWeakExternal() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp139 std::vector<const MCSectionELF *> SectionTable; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h846 const coff_section *SectionTable; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp576 std::vector<std::string> SectionTable; global() member in __anon5272731a0411::BitcodeReader