Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp940 auto NumRelocEntriesOrErr = getNumberOfRelocationEntries(Sec); in relocations() local
941 if (Error E = NumRelocEntriesOrErr.takeError()) in relocations()
944 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations()