Searched refs:DebugNameTableKind (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 906 std::optional<DICompileUnit::DebugNameTableKind> 908 return StringSwitch<std::optional<DebugNameTableKind>>(Str) in getNameTableKind() 909 .Case("Default", DebugNameTableKind::Default) in getNameTableKind() 910 .Case("GNU", DebugNameTableKind::GNU) in getNameTableKind() 911 .Case("None", DebugNameTableKind::None) in getNameTableKind() 929 const char *DICompileUnit::nameTableKindString(DebugNameTableKind NTK) { in nameTableKindString() 931 case DebugNameTableKind::Default: in nameTableKindString() 933 case DebugNameTableKind::GNU: in nameTableKindString() 935 case DebugNameTableKind::None: in nameTableKindString()
|
| H A D | AsmWriter.cpp | 1696 DICompileUnit::DebugNameTableKind NTK); 1827 DICompileUnit::DebugNameTableKind NTK) { in printNameTableKind() 1828 if (NTK == DICompileUnit::DebugNameTableKind::Default) in printNameTableKind()
|
| H A D | DIBuilder.cpp | 156 DICompileUnit::DebugNameTableKind NameTableKind, bool RangesBaseAddress, in createCompileUnit()
|
| H A D | DebugInfo.cpp | 986 DICompileUnit::DebugNameTableKind::Default, false, in LLVMDIBuilderCreateCompileUnit()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 165 DICompileUnit::DebugNameTableKind NameTableKind = 166 DICompileUnit::DebugNameTableKind::Default,
|
| H A D | DebugInfoMetadata.h | 1376 enum class DebugNameTableKind : unsigned { enum 1385 static std::optional<DebugNameTableKind> getNameTableKind(StringRef Str); 1386 static const char *nameTableKindString(DebugNameTableKind PK); 1461 DebugNameTableKind NameTableKind, bool RangesBaseAddress, 1495 DebugNameTableKind getNameTableKind() const { in getNameTableKind() 1496 return (DebugNameTableKind)NameTableKind; in getNameTableKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 1386 case DICompileUnit::DebugNameTableKind::None: in hasDwarfPubSections() 1390 case DICompileUnit::DebugNameTableKind::GNU: in hasDwarfPubSections() 1392 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() 2468 DICompileUnit::DebugNameTableKind::GNU; in emitDebugPubSections() 3502 CU.getNameTableKind() != DICompileUnit::DebugNameTableKind::Default) in addAccelNameImpl()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1427 static_cast<unsigned>(llvm::DICompileUnit::DebugNameTableKind::GNU)) in GenerateCodeGenArgs() 1431 llvm::DICompileUnit::DebugNameTableKind::Default)) in GenerateCodeGenArgs() 1716 ? llvm::DICompileUnit::DebugNameTableKind::GNU in ParseCodeGenArgs() 1718 ? llvm::DICompileUnit::DebugNameTableKind::Default in ParseCodeGenArgs() 1719 : llvm::DICompileUnit::DebugNameTableKind::None); in ParseCodeGenArgs()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 645 ? llvm::DICompileUnit::DebugNameTableKind::None in CreateCompileUnit() 646 : static_cast<llvm::DICompileUnit::DebugNameTableKind>( in CreateCompileUnit()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4229 DICompileUnit::DebugNameTableKind::LastDebugNameTableKind) {} in NameTableKindField()
|