Searched defs:kind (Results 1 - 25 of 237) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.h23 ClangDeclVendor(DeclVendorKind kind) : DeclVendor(kind) {} argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsection.h28 DebugSubsectionKind kind() const { return Kind; } function in class:llvm::codeview::DebugSubsectionRef
41 DebugSubsectionKind kind() const { return Kind; } function in class:llvm::codeview::DebugSubsection
H A DCVRecord.h42 Kind kind() const { function in class:llvm::codeview::CVRecord
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDynamicCheckerFunctions.h38 DynamicCheckerFunctions(DynamicCheckerFunctionsKind kind) : m_kind(kind) {} argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h33 DWARFASTParser(Kind kind) : m_kind(kind) {} argument
/freebsd-current/contrib/elftoolchain/libelf/
H A Dlibelf_allocate.c63 _libelf_init_elf(Elf *e, Elf_Kind kind) argument
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp61 Kind kind; local
[all...]
H A DSanitizers.cpp72 StringRef AsanDtorKindToString(llvm::AsanDtorKind kind) { argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclVendor.h29 DeclVendor(DeclVendorKind kind) : m_kind(kind) {} argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp64 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { argument
/freebsd-current/lib/libc/gdtoa/
H A D_ldtoa.c60 int be, kind; local
/freebsd-current/contrib/gdtoa/
H A Darithchk.c33 int kind; member in struct:Akind
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRegisterNumber.cpp31 void RegisterNumber::init(lldb_private::Thread &thread, lldb::RegisterKind kind, argument
80 uint32_t RegisterNumber::GetAsKind(lldb::RegisterKind kind) { argument
15 RegisterNumber(lldb_private::Thread &thread, lldb::RegisterKind kind, uint32_t num) argument
H A DQueue.cpp89 void Queue::SetKind(lldb::QueueKind kind) { m_kind = kind; } argument
/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_decl.c91 uint_t ctype, kind, n = 1; local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp47 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } function in class:DebugSubsectionRecord
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.h49 CSKYMCExpr::VariantKind kind; member in struct:llvm::CSKYTargetStreamer::__anon2373
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h29 Opcode kind() const { return Kind; } function in class:clang::threadSafety::lexpr::LExpr
/freebsd-current/contrib/elftoolchain/brandelf/
H A Dbrandelf.c95 Elf_Kind kind; local
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBQueueItem.cpp66 void SBQueueItem::SetKind(lldb::QueueItemKind kind) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h70 Function *get(ARCRuntimeEntryPointKind kind) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextHistory.cpp116 ConvertRegisterKindToRegisterNumber( lldb::RegisterKind kind, uint32_t num) argument
H A DRegisterContextDummy.cpp115 ConvertRegisterKindToRegisterNumber( lldb::RegisterKind kind, uint32_t num) argument
H A DLinuxProcMaps.cpp20 ProcMapError(const char *msg, MapsKind kind) argument
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DOutputSection.h42 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} argument
44 Kind kind() const { return sectionKind; } function in class:lld::macho::OutputSection

Completed in 193 milliseconds

12345678910