Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h51 Expected<typename ELFT::ShdrRange> SectionsOrErr = in findSectionByAddress() local
82 Expected<typename ELFT::ShdrRange> SectionsOrErr = Obj.sections(); in printUnwindInformation() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h321 auto SectionsOrErr = EF.sections(); in toDRI() local
366 auto SectionsOrErr = EF.sections(); in getBuildAttributes() local
460 auto SectionsOrErr = EF.sections(); in initContent() local
824 auto SectionsOrErr = EF.sections(); in getSectionIndex() local
888 auto SectionsOrErr = EF.sections(); in dynamic_relocation_sections() local
940 auto SectionsOrErr = EF.sections(); in section_rel_begin() local
1137 auto SectionsOrErr = EF.sections(); in section_begin() local
1145 auto SectionsOrErr = EF.sections(); in section_end() local
H A DELF.h1083 auto SectionsOrErr = sections(); in getSHNDXTable() local
1121 auto SectionsOrErr = sections(); in getStringTableForSymtab() local
1163 auto SectionsOrErr = sections(); in getSectionName() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp286 auto SectionsOrErr = Obj.sections(); in dump() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1707 typename ELFT::ShdrRange SectionsOrErr = cantFail(Obj.sections()); in readSymbolVersionsELF() local