Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp711 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString() function in llvm::dwarf
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDwarf.h856 const char *ApplePropertyString(unsigned);
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp86 if (const char *PropName = ApplePropertyString(Bit)) in dumpApplePropertyAttribute()