Home
last modified time | relevance | path

Searched defs:LLVM_ATTRIBUTE_UNUSED (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h148 #define LLVM_ATTRIBUTE_UNUSED __attribute__((__unused__)) macro
150 #define LLVM_ATTRIBUTE_UNUSED macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCompiler.h184 #define LLVM_ATTRIBUTE_UNUSED __attribute__((__unused__)) macro
186 #define LLVM_ATTRIBUTE_UNUSED macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp218 uint64_t Version LLVM_ATTRIBUTE_UNUSED) { in getPGOFuncName()