Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h654 StringRef ApplePropertyString(unsigned);
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DDwarf.cpp566 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString() function in llvm::dwarf
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp45 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute()