Home
last modified time | relevance | path

Searched defs:Regular (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h56 Regular, enumerator
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h33 Regular, // Normal thread enumerator
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h64 enum Kind { Regular, Synthetic, Spill, EHFrame, Merge, Output }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h214 enum class Kind { Regular, Lazy, Weak }; enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp73 enum class CharKind { Regular = 0, Wide }; enumerator