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

/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp82 if (addr < SectionTable
83 || addr >= (SectionTable + COFFHeader->NumberOfSections))
86 uintptr_t offset = uintptr_t(addr) - uintptr_t(SectionTable);
458 , SectionTable(0)
511 if ((ec = getObject(SectionTable, Data, base() + CurPtr,
584 ret.p = reinterpret_cast<uintptr_t>(SectionTable);
592 ret.p = reinterpret_cast<uintptr_t>(SectionTable + numSections);
656 Result = SectionTable + (index - 1);
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DCOFF.h229 const coff_section *SectionTable; member in class:llvm::object::COFFObjectFile
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1647 std::vector<std::string> SectionTable; local
1786 SectionTable.push_back(S);
1815 if (Record[5]-1 >= SectionTable.size())
1817 Section = SectionTable[Record[5]-1];
1876 if (Record[6]-1 >= SectionTable.size())
1878 Func->setSection(SectionTable[Record[6]-1]);

Completed in 155 milliseconds