Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp605 auto NumRelocEntriesOrErr = getLogicalNumberOfRelocationEntries(Sec); in relocations() local
606 if (Error E = NumRelocEntriesOrErr.takeError()) in relocations()
609 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp652 auto NumRelocEntriesOrErr = getLogicalNumberOfRelocationEntries(Sec); in relocations() local
653 if (Error E = NumRelocEntriesOrErr.takeError()) in relocations()
656 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations()