HomeSort by relevance Sort by last modified time
    Searched refs:LanguageString (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
Dwarf.cpp 552 /// LanguageString - Return the string for the specified language.
554 const char *llvm::dwarf::LanguageString(unsigned Language) {
    [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 727 /// LanguageString - Return the string for the specified language.
729 const char *LanguageString(unsigned Language);
  /external/llvm/lib/IR/
DebugInfo.cpp 1054 if (const char *Lang = dwarf::LanguageString(getLanguage()))
    [all...]

Completed in 933 milliseconds