Home
last modified time | relevance | path

Searched refs:SymtabShndxSection (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h149 SymtabShndxSection, enumerator
455 struct SymtabShndxSection : Section { struct
458 SymtabShndxSection() : Section(ChunkKind::SymtabShndxSection) {} in SymtabShndxSection() argument
461 return S->Kind == ChunkKind::SymtabShndxSection; in classof() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp713 MCSectionELF *SymtabShndxSection = in computeSymbolTable() local
715 SymtabShndxSectionIndex = addToSectionTable(SymtabShndxSection); in computeSymbolTable()
716 SymtabShndxSection->setAlignment(Align(4)); in computeSymbolTable()
769 const MCSectionELF *SymtabShndxSection = in computeSymbolTable() local
774 SectionOffsets[SymtabShndxSection] = std::make_pair(SecStart, SecEnd); in computeSymbolTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1116 static void sectionMapping(IO &IO, ELFYAML::SymtabShndxSection &Section) { in sectionMapping()
1261 Section.reset(new ELFYAML::SymtabShndxSection()); in mapping()
1262 sectionMapping(IO, *cast<ELFYAML::SymtabShndxSection>(Section.get())); in mapping()
DELFEmitter.cpp175 const ELFYAML::SymtabShndxSection &Shndx,
457 } else if (auto S = dyn_cast<ELFYAML::SymtabShndxSection>(Sec)) { in initSectionHeaders()
861 Elf_Shdr &SHeader, const ELFYAML::SymtabShndxSection &Shndx, in writeSectionContent()