Home
last modified time | relevance | path

Searched defs:SHT (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1465 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping()
1540 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping() local
1699 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate() local
H A DELFEmitter.cpp1975 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h340 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local
969 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in section_rel_begin() local
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp395 std::unique_ptr<ELFYAML::SectionHeaderTable> SHT = in dump() local