Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp611 auto RelocationOrErr = in relocations() local
614 if (Error E = RelocationOrErr.takeError()) in relocations()
617 const XCOFFRelocation32 *StartReloc = RelocationOrErr.get(); in relocations()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp659 auto RelocationOrErr = in relocations() local
662 if (Error E = RelocationOrErr.takeError()) in relocations()
665 const XCOFFRelocation32 *StartReloc = RelocationOrErr.get(); in relocations()