Searched refs:LNStandardString (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Support/
H A DDwarf.cpp431 const char *llvm::dwarf::LNStandardString(unsigned Standard) { function in class:llvm::dwarf
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugLine.cpp30 OS << format("standard_opcode_lengths[%s] = %u\n", LNStandardString(i+1),
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDwarf.cpp622 /// LNStandardString - Return the string for the specified line number standard.
624 const char *llvm::dwarf::LNStandardString(unsigned Standard) { function in class:llvm::dwarf
/external/llvm/include/llvm/Support/
H A DDwarf.h625 const char *LNStandardString(unsigned Standard);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp45 OS << format("standard_opcode_lengths[%s] = %u\n", LNStandardString(i + 1),
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDwarf.h717 /// LNStandardString - Return the string for the specified line number standard.
719 const char *LNStandardString(unsigned Standard);

Completed in 466 milliseconds