reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_fake_stack.cpp
   29 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) {
   85 ALWAYS_INLINE USED
  201 ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) {
  213 ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) {
projects/compiler-rt/lib/asan/asan_globals.cpp
   59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) {
   63 ALWAYS_INLINE void PoisonRedZones(const Global &g) {
projects/compiler-rt/lib/asan/asan_poisoning.h
   39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size,
   79 ALWAYS_INLINE void FastPoisonShadowPartialRightRedzone(
projects/compiler-rt/lib/cfi/cfi.cpp
  341 ALWAYS_INLINE void CfiSlowPathCommon(u64 CallSiteTypeId, void *Ptr,
projects/compiler-rt/lib/dfsan/dfsan_platform.h
   93 ALWAYS_INLINE
   98 ALWAYS_INLINE
  103 ALWAYS_INLINE
  108 ALWAYS_INLINE
projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
   76 ALWAYS_INLINE
projects/compiler-rt/lib/scudo/scudo_tsd_exclusive.inc
   31 ALWAYS_INLINE void initThreadMaybe(bool MinimalInit = false) {
   37 ALWAYS_INLINE ScudoTSD *getTSDAndLock(bool *UnlockRequired) {
projects/compiler-rt/lib/tsan/rtl/tsan_clock.cpp
  500 ALWAYS_INLINE bool SyncClock::Cachable() const {
  513 ALWAYS_INLINE ClockElem &SyncClock::elem(unsigned tid) const {
  525 ALWAYS_INLINE uptr SyncClock::capacity() const {
  535 ALWAYS_INLINE u32 SyncClock::get_block(uptr bi) const {
  541 ALWAYS_INLINE void SyncClock::append_block(u32 idx) {
projects/compiler-rt/lib/tsan/rtl/tsan_clock.h
  170 ALWAYS_INLINE u64 ThreadClock::get(unsigned tid) const {
  175 ALWAYS_INLINE void ThreadClock::set(u64 v) {
  180 ALWAYS_INLINE void ThreadClock::tick() {
  184 ALWAYS_INLINE uptr ThreadClock::size() const {
  188 ALWAYS_INLINE SyncClock::Iter SyncClock::begin() {
  192 ALWAYS_INLINE SyncClock::Iter SyncClock::end() {
  196 ALWAYS_INLINE uptr SyncClock::size() const {
  200 ALWAYS_INLINE SyncClock::Iter::Iter(SyncClock* parent)
  209 ALWAYS_INLINE SyncClock::Iter& SyncClock::Iter::operator++() {
  216 ALWAYS_INLINE bool SyncClock::Iter::operator!=(const SyncClock::Iter& other) {
  220 ALWAYS_INLINE ClockElem &SyncClock::Iter::operator*() {
projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 1972 void ALWAYS_INLINE rtl_generic_sighandler(bool sigact, int sig,
projects/compiler-rt/lib/tsan/rtl/tsan_platform.h
  577 ALWAYS_INLINE
  581 ALWAYS_INLINE
  587 ALWAYS_INLINE
  591 ALWAYS_INLINE
  597 ALWAYS_INLINE
  601 ALWAYS_INLINE
  606 ALWAYS_INLINE
  610 ALWAYS_INLINE
  615 ALWAYS_INLINE
  666 ALWAYS_INLINE
  670 ALWAYS_INLINE
  675 ALWAYS_INLINE
  679 ALWAYS_INLINE
  684 ALWAYS_INLINE
  688 ALWAYS_INLINE
  708 ALWAYS_INLINE
  739 ALWAYS_INLINE
  770 ALWAYS_INLINE
  811 ALWAYS_INLINE
  854 ALWAYS_INLINE
  910 ALWAYS_INLINE
  949 ALWAYS_INLINE
  983 ALWAYS_INLINE
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  605 ALWAYS_INLINE
  611 ALWAYS_INLINE
  616 ALWAYS_INLINE
  622 ALWAYS_INLINE
  639 ALWAYS_INLINE
  730 ALWAYS_INLINE
  749 ALWAYS_INLINE
  803 ALWAYS_INLINE
  817 ALWAYS_INLINE USED
  883 ALWAYS_INLINE USED
 1007 ALWAYS_INLINE USED
 1029 ALWAYS_INLINE USED
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  148   ALWAYS_INLINE
  157   ALWAYS_INLINE
  231   static ALWAYS_INLINE
  237   static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2,
  255   u64 ALWAYS_INLINE addr0() const { return (x_ >> kClkBits) & 7; }
  256   u64 ALWAYS_INLINE size() const { return 1ull << size_log(); }
  257   bool ALWAYS_INLINE IsWrite() const { return !IsRead(); }
  258   bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; }
  283   bool ALWAYS_INLINE IsBothReadsOrAtomic(bool kIsWrite, bool kIsAtomic) const {
  290   bool ALWAYS_INLINE IsRWNotWeaker(bool kIsWrite, bool kIsAtomic) const {
  298   bool ALWAYS_INLINE IsRWWeakerOrEqual(bool kIsWrite, bool kIsAtomic) const {
  564 ALWAYS_INLINE Flags *flags() {
  669 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
  674 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) {
  740 void ALWAYS_INLINE MemoryRead(ThreadState *thr, uptr pc,
  745 void ALWAYS_INLINE MemoryWrite(ThreadState *thr, uptr pc,
  750 void ALWAYS_INLINE MemoryReadAtomic(ThreadState *thr, uptr pc,
  755 void ALWAYS_INLINE MemoryWriteAtomic(ThreadState *thr, uptr pc,
  851 void ALWAYS_INLINE TraceAddEvent(ThreadState *thr, FastState fs,
  874 uptr ALWAYS_INLINE HeapEnd() {
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  730 ALWAYS_INLINE
projects/compiler-rt/lib/xray/xray_x86_64.inc
   21 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT {