HomeSort by: relevance | last modified time | path
    Searched refs:SectionTable (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFImportFile.cpp 203 const coff_section SectionTable[NumberOfSections] = {
230 append(Buffer, SectionTable);
339 const coff_section SectionTable[NumberOfSections] = {
353 append(Buffer, SectionTable);
402 const coff_section SectionTable[NumberOfSections] = {
431 append(Buffer, SectionTable);
509 const coff_section SectionTable[NumberOfSections] = {
520 append(Buffer, SectionTable);
COFFObjectFile.cpp 124 if (Addr < SectionTable || Addr >= (SectionTable + getNumberOfSections()))
128 reinterpret_cast<uintptr_t>(SectionTable);
286 return toSec(Sec) - SectionTable;
337 Sec.getRawDataRefImpl().p - reinterpret_cast<uintptr_t>(SectionTable);
715 DataDirectory(nullptr), SectionTable(nullptr), SymbolTable16(nullptr),
813 getObject(SectionTable, Data, base() + CurPtr,
917 Ret.p = reinterpret_cast<uintptr_t>(SectionTable);
925 Ret.p = reinterpret_cast<uintptr_t>(SectionTable + NumSections);
1015 return SectionTable + (Index - 1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp 140 std::vector<const MCSectionELF *> SectionTable;
336 SectionTable.push_back(Sec);
338 return SectionTable.size();
770 SectionTable[SymtabShndxSectionIndex - 1];
1039 const unsigned NumSections = SectionTable.size();
1046 for (const MCSectionELF *Section : SectionTable) {
1212 (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) ? (uint16_t)ELF::SHN_UNDEF
1213 : SectionTable.size() + 1,
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 492 std::vector<std::string> SectionTable;
3254 if (Record[5] - 1 >= SectionTable.size())
3256 Section = SectionTable[Record[5] - 1];
3404 if (Record[6] - 1 >= SectionTable.size())
3406 Func->setSection(SectionTable[Record[6] - 1]);
3785 SectionTable.push_back(S);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 810 const coff_section *SectionTable;

Completed in 43 milliseconds