Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1119 if (SP->isThunk()) { in emitDebugInfoForFunction()
3087 if (!CurFn->HaveLineInfo && !GV.getSubprogram()->isThunk()) { in endFunctionImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1860 bool isThunk() const { return getFlags() & FlagThunk; } in isThunk() function