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

  /external/llvm/include/llvm/Support/
Valgrind.h 27 LLVM_ATTRIBUTE_WEAK void AnnotateHappensAfter(const char *file, int line,
29 LLVM_ATTRIBUTE_WEAK void AnnotateHappensBefore(const char *file, int line,
31 LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesBegin(const char *file, int line);
32 LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesEnd(const char *file, int line);
Compiler.h 176 #define LLVM_ATTRIBUTE_WEAK __attribute__((__weak__))
178 #define LLVM_ATTRIBUTE_WEAK

Completed in 28 milliseconds