Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1379 if (!SP->getTargetFuncName().empty()) in applySubprogramAttributes()
1380 addString(SPDie, dwarf::DW_AT_trampoline, SP->getTargetFuncName()); in applySubprogramAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1757 getTargetFuncName()); in cloneImpl()
1900 StringRef getTargetFuncName() const { in getTargetFuncName() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp991 Decl->getTargetFuncName()); in create()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2303 Printer.printString("targetFuncName", N->getTargetFuncName()); in writeDISubprogram()