HomeSort by: relevance | last modified time | path
    Searched refs:LinkerOptionsSection (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 489 struct LinkerOptionsSection : Section {
492 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {}
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp 288 const ELFYAML::LinkerOptionsSection &Section,
844 } else if (auto S = dyn_cast<ELFYAML::LinkerOptionsSection>(Sec)) {
1378 Elf_Shdr &SHeader, const ELFYAML::LinkerOptionsSection &Section,
ELFYAML.cpp 1381 static void sectionMapping(IO &IO, ELFYAML::LinkerOptionsSection &Section) {
1561 Section.reset(new ELFYAML::LinkerOptionsSection());
1562 sectionMapping(IO, *cast<ELFYAML::LinkerOptionsSection>(Section.get()));
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 70 Expected<ELFYAML::LinkerOptionsSection *>
920 Expected<ELFYAML::LinkerOptionsSection *>
922 auto S = std::make_unique<ELFYAML::LinkerOptionsSection>();

Completed in 26 milliseconds