LLVM: lib/DebugInfo/LogicalView/Core/LVSourceLanguage.cpp Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

16

17using namespace llvm;

19

22 return {};

23 switch (getTag()) {

28 return LangNames[getLang()].Name;

29 }

30 default:

32 }

33}

StringRef - Represent a constant reference to a string, i.e.

LLVM_ABI StringRef LanguageString(unsigned Language)

#define llvm_unreachable(msg)

Marks that the current location is not supposed to be reachable.

LLVM_ABI ArrayRef< EnumEntry< SourceLanguage > > getSourceLanguageNames()

This is an optimization pass for GlobalISel generic memory operations.

static constexpr unsigned TagDwarf

static constexpr unsigned TagCodeView

LLVM_ABI StringRef getName() const

Definition LVSourceLanguage.cpp:20