HomeSort by relevance Sort by last modified time
    Searched refs:SymtabSection (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/MC/
ELFObjectWriter.cpp 775 MCSectionELF *SymtabSection =
777 SymtabSection->setAlignment(is64Bit() ? 8 : 4);
778 SymbolTableIndex = addToSectionTable(SymtabSection);
780 align(SymtabSection->getAlignment());
933 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 816 const MCSectionELF *SymtabSection =
820 MCSectionData &SymtabSD = Asm.getOrCreateSectionData(*SymtabSection);
842 SymbolTableIndex = SectionIndexMap.lookup(SymtabSection);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 618 MCSectionELF *SymtabSection =
620 SymtabSection->setAlignment(is64Bit() ? 8 : 4);
621 SymbolTableIndex = addToSectionTable(SymtabSection);
623 align(SymtabSection->getAlignment());
743 SectionOffsets[SymtabSection] = std::make_pair(SecStart, SecEnd);
    [all...]

Completed in 142 milliseconds