Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1012 auto NumRelocEntriesOrErr = getNumberOfRelocationEntries(Sec); in relocations() local
1013 if (Error E = NumRelocEntriesOrErr.takeError()) in relocations()
1016 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations()