Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h363 auto SectionsOrErr = EF.sections(); in toDRI() local
423 auto SectionsOrErr = EF.sections(); in getBuildAttributes() local
525 auto SectionsOrErr = EF.sections(); in initContent() local
907 auto SectionsOrErr = EF.sections(); in getSectionIndex() local
970 auto SectionsOrErr = EF.sections(); in dynamic_relocation_sections() local
1029 auto SectionsOrErr = EF.sections(); in section_rel_begin() local
1262 auto SectionsOrErr = EF.sections(); in section_begin() local
1270 auto SectionsOrErr = EF.sections(); in section_end() local
H A DELF.h1244 auto SectionsOrErr = sections(); in getSHNDXTable() local
1282 auto SectionsOrErr = sections(); in getStringTableForSymtab() local
1324 auto SectionsOrErr = sections(); in getSectionName() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h274 if (auto SectionsOrErr = Obj.sections()) in prepare() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp489 auto SectionsOrErr = getSectionNames(getPdb()); in dumpModules() local