Searched refs:DebugNameTableKind (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 871 Optional<DICompileUnit::DebugNameTableKind> 873 return StringSwitch<Optional<DebugNameTableKind>>(Str) in getNameTableKind() 874 .Case("Default", DebugNameTableKind::Default) in getNameTableKind() 875 .Case("GNU", DebugNameTableKind::GNU) in getNameTableKind() 876 .Case("None", DebugNameTableKind::None) in getNameTableKind() 894 const char *DICompileUnit::nameTableKindString(DebugNameTableKind NTK) { in nameTableKindString() 896 case DebugNameTableKind::Default: in nameTableKindString() 898 case DebugNameTableKind::GNU: in nameTableKindString() 900 case DebugNameTableKind::None: in nameTableKindString()
|
| H A D | AsmWriter.cpp | 1677 DICompileUnit::DebugNameTableKind NTK); 1808 DICompileUnit::DebugNameTableKind NTK) { in printNameTableKind() 1809 if (NTK == DICompileUnit::DebugNameTableKind::Default) in printNameTableKind()
|
| H A D | DIBuilder.cpp | 154 DICompileUnit::DebugNameTableKind NameTableKind, bool RangesBaseAddress, in createCompileUnit()
|
| H A D | DebugInfo.cpp | 931 DICompileUnit::DebugNameTableKind::Default, false, in LLVMDIBuilderCreateCompileUnit()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 163 DICompileUnit::DebugNameTableKind NameTableKind = 164 DICompileUnit::DebugNameTableKind::Default,
|
| H A D | DebugInfoMetadata.h | 1335 enum class DebugNameTableKind : unsigned { enum 1344 static Optional<DebugNameTableKind> getNameTableKind(StringRef Str); 1345 static const char *nameTableKindString(DebugNameTableKind PK); 1420 DebugNameTableKind NameTableKind, bool RangesBaseAddress, 1454 DebugNameTableKind getNameTableKind() const { in getNameTableKind() 1455 return (DebugNameTableKind)NameTableKind; in getNameTableKind()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 1381 case DICompileUnit::DebugNameTableKind::None: in hasDwarfPubSections() 1385 case DICompileUnit::DebugNameTableKind::GNU: in hasDwarfPubSections() 1387 case DICompileUnit::DebugNameTableKind::Default: in hasDwarfPubSections()
|
| H A D | AccelTable.cpp | 553 DICompileUnit::DebugNameTableKind::Default) in emitDWARF5AccelTable()
|
| H A D | DwarfDebug.cpp | 503 CU.getNameTableKind() == DICompileUnit::DebugNameTableKind::None) in addSubprogramNames() 2432 DICompileUnit::DebugNameTableKind::GNU; in emitDebugPubSections() 3466 CU.getNameTableKind() != DICompileUnit::DebugNameTableKind::Default) in addAccelNameImpl()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1415 static_cast<unsigned>(llvm::DICompileUnit::DebugNameTableKind::GNU)) in GenerateCodeGenArgs() 1419 llvm::DICompileUnit::DebugNameTableKind::Default)) in GenerateCodeGenArgs() 1708 ? llvm::DICompileUnit::DebugNameTableKind::GNU in ParseCodeGenArgs() 1710 ? llvm::DICompileUnit::DebugNameTableKind::Default in ParseCodeGenArgs() 1711 : llvm::DICompileUnit::DebugNameTableKind::None); in ParseCodeGenArgs()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 100 DICompileUnit::DebugNameTableKind::Default, false, "/", ""); in getUnit() 2183 false, DICompileUnit::DebugNameTableKind::Default, false, SysRoot, SDK); in TEST_F() 2246 DICompileUnit::DebugNameTableKind::Default, false, SysRoot, SDK); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 628 ? llvm::DICompileUnit::DebugNameTableKind::None in CreateCompileUnit() 629 : static_cast<llvm::DICompileUnit::DebugNameTableKind>( in CreateCompileUnit()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3970 DICompileUnit::DebugNameTableKind::LastDebugNameTableKind) {} in NameTableKindField()
|