HomeSort by: relevance | last modified time | path
    Searched refs:ThreadData (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 82 /// ThreadData - Initialized TLS data objects.
83 ThreadData,
152 return K == ThreadData || K == ThreadBSS || K == ThreadBSSLocal;
156 bool isThreadData() const { return K == ThreadData; }
200 static SectionKind getThreadData() { return get(ThreadData); }
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.cc 60 struct ThreadData {
68 using ThreadDataArray = Array<ThreadData>;
72 // by the ThreadData array. This lets us host the buffers, allocators, and tries

Completed in 23 milliseconds