Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp272 const coff_section SectionTable[NumberOfSections] = { createImportDescriptor() local
408 const coff_section SectionTable[NumberOfSections] = { createNullImportDescriptor() local
471 const coff_section SectionTable[NumberOfSections] = { createNullThunk() local
583 const coff_section SectionTable[NumberOfSections] = { createWeakExternal() local
/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp138 std::vector<MCSectionELF *> SectionTable; global() member
/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h846 const coff_section *SectionTable; global() variable
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp597 std::vector<std::string> SectionTable; member in __anon461288fb0411::BitcodeReader