Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp76 if (addr < SectionTable in toSec()
77 || addr >= (SectionTable + Header->NumberOfSections)) in toSec()
80 uintptr_t offset = uintptr_t(addr) - uintptr_t(SectionTable); in toSec()
331 SectionTable = in COFFObjectFile()
336 if (!checkAddr(Data, ec, uintptr_t(SectionTable), in COFFObjectFile()
385 ret.p = reinterpret_cast<intptr_t>(SectionTable); in begin_sections()
392 ret.p = reinterpret_cast<intptr_t>(SectionTable + Header->NumberOfSections); in end_sections()
431 Result = SectionTable + (index - 1); in getSection()
/external/llvm/include/llvm/Object/
DCOFF.h73 const coff_section *SectionTable; variable
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1510 std::vector<std::string> SectionTable; in ParseModule() local
1649 SectionTable.push_back(S); in ParseModule()
1677 if (Record[5]-1 >= SectionTable.size()) in ParseModule()
1679 Section = SectionTable[Record[5]-1]; in ParseModule()
1733 if (Record[6]-1 >= SectionTable.size()) in ParseModule()
1735 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()