Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1137 Expected<XCOFFCsectAuxRef> ExpCsectAuxEnt = getXCOFFCsectAuxRef(); in isFunction() local
1138 if (!ExpCsectAuxEnt) { in isFunction()
1141 consumeError(ExpCsectAuxEnt.takeError()); in isFunction()
1145 const XCOFFCsectAuxRef CsectAuxRef = ExpCsectAuxEnt.get(); in isFunction()