Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h265 uintptr_t SHT = reinterpret_cast<uintptr_t>((*EF.sections()).begin()); in toDRI() local
630 uintptr_t SHT = reinterpret_cast<uintptr_t>((*EF.sections()).begin()); in section_rel_begin() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h330 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in toDRI() local
821 uintptr_t SHT = reinterpret_cast<uintptr_t>((*SectionsOrErr).begin()); in section_rel_begin() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
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
DELFEmitter.cpp1975 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF() local