Searched refs:SectionTable (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp203 const coff_section SectionTable[NumberOfSections] = { local
230 append(Buffer, SectionTable);
339 const coff_section SectionTable[NumberOfSections] = { local
353 append(Buffer, SectionTable);
402 const coff_section SectionTable[NumberOfSections] = { local
431 append(Buffer, SectionTable);
509 const coff_section SectionTable[NumberOfSections] = { local
520 append(Buffer, SectionTable);
H A DCOFFObjectFile.cpp123 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections()))
126 uintptr_t Offset = uintptr_t(Addr) - uintptr_t(SectionTable);
284 return toSec(Sec) - SectionTable;
335 uintptr_t(Sec.getRawDataRefImpl().p) - uintptr_t(SectionTable);
680 DataDirectory(nullptr), SectionTable(nullptr), SymbolTable16(nullptr),
777 getObject(SectionTable, Data, base() + CurPtr,
877 Ret.p = reinterpret_cast<uintptr_t>(SectionTable);
885 Ret.p = reinterpret_cast<uintptr_t>(SectionTable + NumSections);
975 return SectionTable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp152 std::vector<const MCSectionELF *> SectionTable; member in struct:__anon3711::ELFWriter
345 SectionTable.push_back(Sec);
347 return SectionTable.size();
770 SectionTable[SymtabShndxSectionIndex - 1];
981 const MCSectionELF *StrtabSection = SectionTable[StringTableIndex - 1];
1041 const unsigned NumSections = SectionTable.size();
1048 for (const MCSectionELF *Section : SectionTable) {
1224 (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) ? (uint16_t)ELF::SHN_UNDEF
1225 : SectionTable.size() + 1,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp491 std::vector<std::string> SectionTable; member in class:__anon3411::BitcodeReader
3168 if (Record[5] - 1 >= SectionTable.size())
3170 Section = SectionTable[Record[5] - 1];
3299 if (Record[6] - 1 >= SectionTable.size())
3301 Func->setSection(SectionTable[Record[6] - 1]);
3680 SectionTable.push_back(S);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h776 const coff_section *SectionTable; member in class:llvm::object::frame_type::COFFObjectFile

Completed in 144 milliseconds