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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 503 struct DependentLibrariesSection : Section {
506 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {}
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp 291 const ELFYAML::DependentLibrariesSection &Section,
850 } else if (auto S = dyn_cast<ELFYAML::DependentLibrariesSection>(Sec)) {
1394 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section,
ELFYAML.cpp 1387 ELFYAML::DependentLibrariesSection &Section) {
1566 Section.reset(new ELFYAML::DependentLibrariesSection());
1568 *cast<ELFYAML::DependentLibrariesSection>(Section.get()));
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 72 Expected<ELFYAML::DependentLibrariesSection *>
951 Expected<ELFYAML::DependentLibrariesSection *>
953 auto DL = std::make_unique<ELFYAML::DependentLibrariesSection>();

Completed in 19 milliseconds