Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1247 Expected<XCOFFCsectAuxRef> ExpCsectAuxEnt = getXCOFFCsectAuxRef(); in isFunction() local
1248 if (!ExpCsectAuxEnt) in isFunction()
1249 return ExpCsectAuxEnt.takeError(); in isFunction()
1251 const XCOFFCsectAuxRef CsectAuxRef = ExpCsectAuxEnt.get(); in isFunction()