Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Object/
DXCOFFObjectFile.cpp1004 auto NumRelocEntriesOrErr = getNumberOfRelocationEntries(Sec); in relocations() local
1005 if (Error E = NumRelocEntriesOrErr.takeError()) in relocations()
1008 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations()