Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.cpp65 Expected<object::SectionRef> SectionRefOrError = in printSectionAsString() local
67 if (!SectionRefOrError) in printSectionAsString()
68 error(std::move(SectionRefOrError)); in printSectionAsString()
69 object::SectionRef Section = *SectionRefOrError; in printSectionAsString()
99 Expected<object::SectionRef> SectionRefOrError = in printSectionAsHex() local
101 if (!SectionRefOrError) in printSectionAsHex()
102 error(std::move(SectionRefOrError)); in printSectionAsHex()
103 object::SectionRef Section = *SectionRefOrError; in printSectionAsHex()