Home
last modified time | relevance | path

Searched defs:NameType (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/acpi/
H A Dacpi.h86 acpi_get_name(ACPI_HANDLE Object, UINT32 NameType, ACPI_BUFFER *RetPathPtr) in acpi_get_name()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp545 ImportType ImportType, ImportNameType NameType, in createShortImport()
714 ImportNameType NameType; in writeImportLibrary() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h464 enum class NameType { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h488 NameType(std::string_view Name_) : Node(KNameType), Name(Name_) {} in NameType() function