HomeSort by: relevance | last modified time | path
    Searched defs:SectionTable (Results 1 - 4 of 4) 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);
  /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/include/llvm/Object/
COFF.h 810 const coff_section *SectionTable;
  /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);

Completed in 24 milliseconds