Home
last modified time | relevance | path

Searched refs:getNameTableKind (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp553 if (CU.value()->getCUNode()->getNameTableKind() != in emitDWARF5AccelTable()
DDwarfDebug.cpp506 CU.getNameTableKind() == DICompileUnit::DebugNameTableKind::None) in addSubprogramNames()
2409 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()
3455 CU.getNameTableKind() != DICompileUnit::DebugNameTableKind::Default) in addAccelNameImpl()
DDwarfCompileUnit.cpp1358 switch (CUNode->getNameTableKind()) { in hasDwarfPubSections()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1339 static Optional<DebugNameTableKind> getNameTableKind(StringRef Str);
1406 getSplitDebugInlining(), getDebugInfoForProfiling(), getNameTableKind(), in cloneImpl()
1457 DebugNameTableKind getNameTableKind() const { in getNameTableKind() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp782 DICompileUnit::getNameTableKind(StringRef Str) { in getNameTableKind() function in DICompileUnit
DDebugInfo.cpp613 CU->getDebugInfoForProfiling(), CU->getNameTableKind(), in getReplacementCU()
DAsmWriter.cpp2131 Printer.printNameTableKind("nameTableKind", N->getNameTableKind()); in writeDICompileUnit()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1782 Record.push_back((unsigned)N->getNameTableKind()); in writeDICompileUnit()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp4093 auto Kind = DICompileUnit::getNameTableKind(Lex.getStrVal()); in parseMDField()