Home
last modified time | relevance | path

Searched refs:SectOrErr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp273 if (auto SectOrErr = Sym.getSection()) in notifyObjectLoaded() local
274 if (*SectOrErr != Obj.section_end()) in notifyObjectLoaded()
275 SectionIndex = SectOrErr.get()->getIndex(); in notifyObjectLoaded()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1934 auto SectOrErr = Sym->getSection(); in getSymbolInfo() local
1935 if (!SectOrErr) in getSymbolInfo()
1937 SectOrErr.takeError()); in getSymbolInfo()
1939 RSec = *SectOrErr; in getSymbolInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8207 auto SectOrErr = SymRef.getSection(); in printMachOUnwindInfo() local
8208 if (!SectOrErr) { in printMachOUnwindInfo()
8210 consumeError(SectOrErr.takeError()); in printMachOUnwindInfo()
8213 section_iterator Section = *SectOrErr; in printMachOUnwindInfo()