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

/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DCOFFObjectFile.cpp78 if (addr < SectionTable
79 || addr >= (SectionTable + Header->NumberOfSections))
82 uintptr_t offset = uintptr_t(addr) - uintptr_t(SectionTable);
422 , SectionTable(0)
451 SectionTable =
456 if (!checkAddr(Data, ec, uintptr_t(SectionTable),
530 ret.p = reinterpret_cast<intptr_t>(SectionTable);
536 ret.p = reinterpret_cast<intptr_t>(SectionTable + Header->NumberOfSections);
580 Result = SectionTable + (index - 1);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DCOFF.h97 const coff_section *SectionTable; member in class:llvm::object::COFFObjectFile
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1444 std::vector<std::string> SectionTable; local
1566 SectionTable.push_back(S);
1594 if (Record[5]-1 >= SectionTable.size())
1596 Section = SectionTable[Record[5]-1];
1650 if (Record[6]-1 >= SectionTable.size())
1652 Func->setSection(SectionTable[Record[6]-1]);

Completed in 122 milliseconds