Searched refs:ThreadData (Results 1 – 8 of 8) sorted by relevance
87 ThreadData, enumerator158 return K == ThreadData || K == ThreadBSS || K == ThreadBSSLocal; in isThreadLocal()162 bool isThreadData() const { return K == ThreadData; } in isThreadData()207 static SectionKind getThreadData() { return get(ThreadData); } in getThreadData()
117 /// Returns the base address of the section containing ThreadData.119 getThreadDataSectionFor(const char *ThreadData);376 ELFNixPlatformRuntimeState::getThreadDataSectionFor(const char *ThreadData) {378 auto I = ThreadDataSections.upper_bound(ThreadData); in dlopenInitialize() 383 if (ThreadData >= I->first + I->second) in dlopenInitialize() 618 void *getInstance(const char *ThreadData); in __orc_rt_elfnix_run_program() 625 void *ELFNixPlatformRuntimeTLVManager::getInstance(const char *ThreadData) {626 auto I = Instances.find(ThreadData);630 ELFNixPlatformRuntimeState::get().getThreadDataSectionFor(ThreadData);641 size_t ThreadDataDelta = ThreadData 285 getThreadDataSectionFor(const char * ThreadData) getThreadDataSectionFor() argument 439 getInstance(const char * ThreadData) getInstance() argument [all...]
257 /// Returns the base address of the section containing ThreadData.259 getThreadDataSectionFor(const char *ThreadData); in UnwindSections() 818 MachOPlatformRuntimeState::getThreadDataSectionFor(const char *ThreadData) { in dlsym() 820 auto I = ThreadDataSections.upper_bound(ThreadData); in dlsym() 825 if (ThreadData >= I->first + I->second) in dlsym() 1296 void *getInstance(const char *ThreadData);1303 void *MachOPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance() 1304 auto I = Instances.find(ThreadData); in getInstance() 1309 MachOPlatformRuntimeState::get().getThreadDataSectionFor(ThreadData); in getInstance() 1321 size_t ThreadDataDelta = ThreadData in getInstance() 880 getThreadDataSectionFor(const char * ThreadData) getThreadDataSectionFor() argument 1299 getInstance(const char * ThreadData) getInstance() argument [all...]
311 const ThreadData &td = m_thread_data[tid]; in IsAlive() 491 static void ParseFreeBSDPrStatus(ThreadData &thread_data, in ParseFreeBSDPrStatus() 583 static void ParseOpenBSDProcInfo(ThreadData &thread_data, in parseSegment() 624 ThreadData thread_data; in parseFreeBSDNotes() 634 thread_data = ThreadData(); in parseFreeBSDNotes() 694 ThreadData thread_data; in parseNetBSDNotes() 732 thread_data = ThreadData(); in parseNetBSDNotes() 758 thread_data = ThreadData(); in parseNetBSDNotes() 784 thread_data = ThreadData(); in parseNetBSDNotes() 854 ThreadData thread_dat in parseOpenBSDNotes() [all...]
166 struct ThreadData {177 ThreadElfCore(lldb_private::Process &process, const ThreadData &td);126 struct ThreadData { global() struct 138 nameThreadData global() argument
28 struct ThreadData;138 std::vector<ThreadData> m_thread_data;
52 ThreadElfCore::ThreadElfCore(Process &process, const ThreadData &td) in ThreadElfCore()
59 struct ThreadData { struct67 using ThreadDataArray = Array<ThreadData>;