Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp997 if (SP->isThunk()) { in emitDebugInfoForFunction()
2851 if (!CurFn->HaveLineInfo && !GV.getSubprogram()->isThunk()) { in endFunctionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1789 bool isThunk() const { return getFlags() & FlagThunk; } in isThunk() function