Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1543 if (!SP->getTargetFuncName().empty()) in applySubprogramAttributes()
1544 addString(SPDie, dwarf::DW_AT_trampoline, SP->getTargetFuncName()); in applySubprogramAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2308 getTargetFuncName(), getKeyInstructionsEnabled()); in cloneImpl()
2456 StringRef getTargetFuncName() const { in getTargetFuncName() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2460 Printer.printString("targetFuncName", N->getTargetFuncName()); in writeDISubprogram()