Searched refs:Regular (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h32 enum TpiKind { Regular, PCH, UsingPCH, PDB, UsingPDB }; enumerator in enum:lld::coff::TpiSource::TpiKind
H A DDebugTypes.cpp98 return make<TpiSource>(TpiSource::Regular, f);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.h48 ThreadType thread_type = ThreadType::Regular);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh33 -e <regexp> Regular expression for selecting the targets to build.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h32 Regular, // Normal thread member in class:__sanitizer::ThreadType
H A Dsanitizer_thread_registry.cpp21 thread_type(ThreadType::Regular), parent_tid(0), next(0) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp181 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular,
H A Dasan_rtems.cpp186 asanThreadRegistry().StartThread(thread->tid(), os_id, ThreadType::Regular,
H A Dasan_thread.cpp248 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); member in class:__asan::ThreadType
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h54 Regular, member in class:lldb_private::StackFrame::Kind
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h42 enum Kind { Regular, EHFrame, Merge, Synthetic, Output }; enumerator in enum:lld::elf::SectionBase::Kind
319 ArrayRef<uint8_t> data, StringRef name, Kind k = Regular);
H A DInputSection.cpp173 case Regular:
370 : InputSectionBase(f, header, name, InputSectionBase::Regular) {}
373 return s->kind() == SectionBase::Regular ||
H A DWriter.cpp188 } else if (s->kind() == SectionBase::Regular && part.armExidx &&
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp227 ThreadStart(thr, goid, 0, ThreadType::Regular);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp494 pc, StackFrame::Kind::Regular, behaves_like_zeroth_frame, nullptr);
677 StackFrame::Kind::Regular, behaves_like_zeroth_frame, nullptr);
H A DStackFrame.cpp87 m_stack_frame_kind(StackFrame::Kind::Regular),
115 m_stack_frame_kind(StackFrame::Kind::Regular),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h213 enum class Kind { Regular, Lazy, Weak }; member in class:llvm::object::MachOBindEntry::Kind
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp407 ThreadStart(thr, tid, GetTid(), ThreadType::Regular);
H A Dtsan_interceptors_posix.cpp949 ThreadStart(thr, tid, GetTid(), ThreadType::Regular);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4123 MachOBindEntry::Kind::Regular);

Completed in 433 milliseconds