Searched defs:SectionTable (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | COFFImportFile.cpp | 251 const coff_section SectionTable[NumberOfSections] = { createImportDescriptor() local |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ | ||
H A D | ELFObjectWriter.cpp | 139 std::vector<const MCSectionELF *> SectionTable; global() member |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | COFF.h | 846 const coff_section *SectionTable; variable |
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ | ||
H A D | BitcodeReader.cpp | 576 std::vector<std::string> SectionTable; global() member in __anon5272731a0411::BitcodeReader |