Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDwarf.h629 const char *ApplePropertyString(unsigned);
/external/llvm/lib/Support/
DDwarf.cpp522 const char *llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString() function in llvm::dwarf
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.h435 StringRef ApplePropertyString(unsigned);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
DDwarf.cpp469 StringRef llvm::dwarf::ApplePropertyString(unsigned Prop) { in ApplePropertyString() function in llvm::dwarf
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp86 if (const char *PropName = ApplePropertyString(Bit)) in dumpApplePropertyAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp46 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute()