Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1346 if (!SP->getTargetFuncName().empty()) in applySubprogramAttributes()
1347 addString(SPDie, dwarf::DW_AT_trampoline, SP->getTargetFuncName()); in applySubprogramAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1699 getTargetFuncName()); in cloneImpl()
1842 StringRef getTargetFuncName() const { in getTargetFuncName() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1006 Decl->getTargetFuncName()); in create()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2216 Printer.printString("targetFuncName", N->getTargetFuncName()); in writeDISubprogram()