Searched defs:Type (Results 101 - 125 of 627) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp44 Triple::ArchType Type = Triple::getArchTypeForLLVMName(ArchName); local
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp130 enumeration( IO &IO, XCOFFYAML::AuxSymbolType &Type) argument
143 enumeration( IO &IO, XCOFF::CFileStringType &Type) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp257 unsigned Type; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp149 unsigned Type; variable
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLModelRunner.h57 MLModelRunner(LLVMContext &Ctx, Kind Type, size_t NrInputs) argument
73 const Kind Type; member in class:llvm::MLModelRunner
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h53 enum class Type : uint8_t { class in namespace:llvm::msgpack
71 int8_t Type; member in struct:llvm::msgpack::ExtensionType
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h113 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enum in class:lldb_private::ObjCLanguage::MethodName
/freebsd-current/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp51 OptionType Type; member in struct:__anon2477::OptionParser::Option
185 registerOption(const char *Name, const char *Desc, OptionType Type, void *Var) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.h35 Type, member in class:lldb_private::npdb::PdbSymUidKind
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp53 evaluateMIPS32Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type) argument
108 evaluateMIPS64Relocation( const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
213 applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, uint32_t Type) argument
265 resolveMIPSN32Relocation( const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
274 resolveMIPSN64Relocation( const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
303 resolveMIPSO32Relocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h42 types::ID Type; member in class:clang::driver::InputInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h25 uint16_t Type; member in struct:llvm::xray::YAMLXRayFileHeader
34 RecordTypes Type; member in struct:llvm::xray::YAMLXRayRecord
56 static void enumeration(IO &IO, xray::RecordTypes &Type) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp70 void setCurrentDebugType(const char *Type) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h24 AttributeType Type; member in struct:llvm::CSKYTargetELFStreamer::AttributeItem
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp49 uint16_t Type; variable
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h28 unsigned Type; member in class:llvm::final
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h57 ReplacementType Type = ReplacementType::Empty; member in struct:llvm::ReplacementItem
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h215 std::vector<std::pair<TypeMatcher, MatchCallback *>> Type; member in struct:clang::ast_matchers::MatchFinder::MatchersByType
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-test-part.h58 enum Type { enum in class:testing::TestPartResult
/freebsd-current/sys/dev/acpica/Osd/
H A DOsdSchedule.c191 AcpiOsExecute(ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, argument
/freebsd-current/lib/libdevdctl/
H A Devent.h74 enum Type { enum in class:DevdCtl::Event
[all...]
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c622 agtiapi_MemAlloc( ag_card_info_t *thisCardInst, void **VirtAlloc, vm_paddr_t *pDmaAddr, void **VirtAddr, U32 *pPhysAddrUp, U32 *pPhysAddrLow, U32 MemSize, U32 Type, U32 Align ) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type; member in struct:__ubsan::TypeMismatchData
44 const TypeDescriptor &Type; member in struct:__ubsan::AlignmentAssumptionData
54 const TypeDescriptor &Type; member in struct:__ubsan::OverflowData
104 const TypeDescriptor &Type; member in struct:__ubsan::VLABoundData
129 const TypeDescriptor &Type; member in struct:__ubsan::InvalidValueData
221 const TypeDescriptor &Type; member in struct:__ubsan::CFICheckFailData
236 const TypeDescriptor &Type; member in struct:__ubsan::FunctionTypeMismatchData
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h31 enum Type { enum in class:lldb_private::Opcode
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp118 getCXXDestructorImplicitParam( CodeGenModule &CGM, llvm::BasicBlock *InsertBlock, llvm::BasicBlock::iterator InsertPoint, const CXXDestructorDecl *D, CXXDtorType Type, bool ForVirtualBase, bool Delegating) argument

Completed in 303 milliseconds

1234567891011>>