Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTargetRegistry.cpp130 << Targets[i].second->getShortDescription() << '\n'; in printRegisteredTargetsForVersion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp87 return unwrap(T)->getShortDescription(); in LLVMGetTargetDescription()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h307 const char *getShortDescription() const { return ShortDesc; } in getShortDescription() function