Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h344 auto SectionsOrErr = EF.sections(); toDRI() local
389 auto SectionsOrErr = EF.sections(); getBuildAttributes() local
490 auto SectionsOrErr = EF.sections(); initContent() local
869 auto SectionsOrErr = EF.sections(); getSectionIndex() local
932 auto SectionsOrErr = EF.sections(); dynamic_relocation_sections() local
991 auto SectionsOrErr = EF.sections(); section_rel_begin() local
1187 auto SectionsOrErr = EF.sections(); section_begin() local
1195 auto SectionsOrErr = EF.sections(); section_end() local
[all...]
H A DELF.h1196 auto SectionsOrErr = sections(); getSHNDXTable() local
1234 auto SectionsOrErr = sections(); getStringTableForSymtab() local
1276 auto SectionsOrErr = sections(); getSectionName() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h274 if (auto SectionsOrErr = Obj.sections()) in prepare() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp489 auto SectionsOrErr = getSectionNames(getPdb()); in dumpModules() local