HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_ATTRIBUTE_WEAK (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
Valgrind.cpp 62 LLVM_ATTRIBUTE_WEAK void AnnotateHappensAfter(const char *file, int line,
66 LLVM_ATTRIBUTE_WEAK void AnnotateHappensBefore(const char *file, int line,
70 LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesBegin(const char *file, int line);
72 LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesEnd(const char *file, int line);
  /external/llvm/include/llvm/Support/
Compiler.h 167 #define LLVM_ATTRIBUTE_WEAK __attribute__((__weak__))
169 #define LLVM_ATTRIBUTE_WEAK

Completed in 103 milliseconds