Home
last modified time | relevance | path

Searched refs:AtomValueString (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h790 StringRef AtomValueString(uint16_t Atom, unsigned Val);
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DDwarf.cpp673 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString() function in llvm::dwarf
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp189 StringRef Str = dwarf::AtomValueString(HdrData.Atoms[i].first, *Val); in dumpName()