Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 878) sorted by relevance

12345678910>>...36

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp41 switch (Type) { in supportsX86_64() argument
77 switch (Type) { in supportsAArch64() argument
108 switch (Type) { in supportsBPF() argument
57 resolveX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveX86_64() argument
90 resolveAArch64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAArch64() argument
118 resolveBPF(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveBPF() argument
130 supportsMips64(uint64_t Type) supportsMips64() argument
142 resolveMips64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveMips64() argument
158 supportsMSP430(uint64_t Type) supportsMSP430() argument
168 resolveMSP430(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveMSP430() argument
180 supportsPPC64(uint64_t Type) supportsPPC64() argument
192 resolvePPC64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolvePPC64() argument
208 supportsSystemZ(uint64_t Type) supportsSystemZ() argument
218 resolveSystemZ(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveSystemZ() argument
230 supportsSparc64(uint64_t Type) supportsSparc64() argument
242 resolveSparc64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveSparc64() argument
268 supportsAmdgpu(uint64_t Type) supportsAmdgpu() argument
278 resolveAmdgpu(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAmdgpu() argument
289 supportsX86(uint64_t Type) supportsX86() argument
300 resolveX86(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveX86() argument
314 supportsPPC32(uint64_t Type) supportsPPC32() argument
324 resolvePPC32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolvePPC32() argument
335 supportsARM(uint64_t Type) supportsARM() argument
345 resolveARM(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveARM() argument
361 supportsAVR(uint64_t Type) supportsAVR() argument
371 resolveAVR(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAVR() argument
383 supportsLanai(uint64_t Type) supportsLanai() argument
387 resolveLanai(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveLanai() argument
394 supportsMips32(uint64_t Type) supportsMips32() argument
404 resolveMips32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveMips32() argument
414 supportsSparc32(uint64_t Type) supportsSparc32() argument
424 resolveSparc32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveSparc32() argument
431 supportsHexagon(uint64_t Type) supportsHexagon() argument
435 resolveHexagon(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveHexagon() argument
442 supportsRISCV(uint64_t Type) supportsRISCV() argument
467 resolveRISCV(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveRISCV() argument
511 supportsCSKY(uint64_t Type) supportsCSKY() argument
522 resolveCSKY(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveCSKY() argument
536 supportsLoongArch(uint64_t Type) supportsLoongArch() argument
556 resolveLoongArch(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveLoongArch() argument
588 supportsCOFFX86(uint64_t Type) supportsCOFFX86() argument
598 resolveCOFFX86(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFX86() argument
609 supportsCOFFX86_64(uint64_t Type) supportsCOFFX86_64() argument
619 resolveCOFFX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFX86_64() argument
631 supportsCOFFARM(uint64_t Type) supportsCOFFARM() argument
641 resolveCOFFARM(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFARM() argument
652 supportsCOFFARM64(uint64_t Type) supportsCOFFARM64() argument
662 resolveCOFFARM64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFARM64() argument
674 supportsMachOX86_64(uint64_t Type) supportsMachOX86_64() argument
678 resolveMachOX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveMachOX86_64() argument
685 supportsWasm32(uint64_t Type) supportsWasm32() argument
707 supportsWasm64(uint64_t Type) supportsWasm64() argument
721 resolveWasm32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveWasm32() argument
745 resolveWasm64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveWasm64() argument
[all...]
H A DSymbolicFile.cpp31 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile()
37 SymbolicFile::createSymbolicFile(MemoryBufferRef Object, file_magic Type, in createSymbolicFile()
98 bool SymbolicFile::isSymbolicFile(file_magic Type, const LLVMContext *Context) { in isSymbolicFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.cpp20 std::optional<wasm::ValType> WebAssembly::parseType(StringRef Type) { in parseType()
34 WebAssembly::BlockType WebAssembly::parseBlockType(StringRef Type) { in parseBlockType()
51 const char *WebAssembly::anyTypeToString(unsigned Type) { in anyTypeToString()
78 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString()
84 for (const auto &Type : List) { in typeListToString() local
H A DWebAssemblyTargetStreamer.cpp30 void WebAssemblyTargetStreamer::emitValueType(wasm::ValType Type) { in emitValueType()
44 for (auto Type : Types) { in printTypes() local
80 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType() local
123 for (auto Type : Types) { in emitLocal() local
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DWasm.cpp11 llvm::StringRef llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
29 llvm::StringRef llvm::wasm::relocTypetoString(uint32_t Type) { in relocTypetoString()
41 llvm::StringRef llvm::wasm::sectionTypeToString(uint32_t Type) { in sectionTypeToString()
66 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h42 typedef u8 Type; typedef
47 typedef u16 Type; typedef
52 typedef s32 Type; typedef
57 typedef u32 Type; typedef
62 typedef u64 Type; typedef
68 typedef uptr Type; typedef
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() argument
36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument
44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() argument
60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() argument
80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() argument
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp338 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
341 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
392 IfsMergeJobAction::IfsMergeJobAction(ActionList &Inputs, types::ID Type) in IfsMergeJobAction()
397 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
402 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
407 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
413 types::ID Type) in VerifyJobAction()
422 types::ID Type) in VerifyDebugInfoJobAction()
427 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction()
443 types::ID Type) in OffloadPackagerJobAction()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.cpp23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
28 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument
43 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() argument
H A Datomic_helpers.h32 typedef u8 Type; typedef
37 typedef u16 Type; typedef
42 typedef s32 Type; typedef
47 typedef u32 Type; typedef
52 typedef u64 Type; typedef
58 typedef uptr Type; global() typedef
[all...]
H A Dflags.h17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
22 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmextern.c272 ACPI_OBJECT_TYPE Type) in AcpiDmGetObjectTypeName()
648 UINT8 Type, in AcpiDmAddOpToExternalList()
832 UINT8 Type, in AcpiDmAddNodeToExternalList()
898 UINT8 Type, in AcpiDmAddPathToExternalList()
991 UINT8 Type, in AcpiDmCreateNewExternal()
1122 UINT8 Type, in AcpiDmResolveExternal()
1173 UINT8 Type, in AcpiDmCreateSubobjectForExternal()
1227 UINT8 Type, in AcpiDmAddOneExternalToNamespace()
1750 UINT8 Type) in AcpiDmUnresolvedWarning()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp91 static void checkIs32(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs32()
97 static void checkIs64(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs64()
105 X86_64RelType Type, bool IsPCRel, in getRelocType64()
235 X86_32RelType Type, bool IsPCRel, in getRelocType32()
333 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel); in getRelocType() local
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmthdat.c384 UINT8 Type, in AcpiDsMethodDataGetNode()
456 UINT8 Type, in AcpiDsMethodDataSetValue()
515 UINT8 Type, in AcpiDsMethodDataGetValue()
628 UINT8 Type, in AcpiDsMethodDataDeleteValue()
694 UINT8 Type, in AcpiDsStoreObjectToLocal()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h37 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
42 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; argument
48 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
53 #define INSTR_PROF_VTABLE_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp55 uint32_t Type) { in evaluateMIPS32Relocation()
109 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in evaluateMIPS64Relocation()
214 uint32_t Type) { in applyMIPSRelocation()
266 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN32Relocation()
275 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN64Relocation()
305 uint32_t Value, uint32_t Type, in resolveMIPSO32Relocation()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnssearch.c209 ACPI_OBJECT_TYPE Type, in AcpiNsSearchOneScope()
312 ACPI_OBJECT_TYPE Type, in AcpiNsSearchParentTree()
407 ACPI_OBJECT_TYPE Type, in AcpiNsSearchAndEnter()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h38 unsigned Type; // The type of the relocation. member
125 uint8_t getRType(uint32_t Type) const { in getRType()
128 uint8_t getRType2(uint32_t Type) const { in getRType2()
131 uint8_t getRType3(uint32_t Type) const { in getRType3()
134 uint8_t getRSsym(uint32_t Type) const { in getRSsym()
144 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp22 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
35 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h94 #define AST_MATCHER(Type, DefineMatcher) \ argument
128 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument
131 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument
175 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument
180 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument
455 #define AST_MATCHER_REGEX(Type, DefineMatcher, Param) \ argument
458 #define AST_MATCHER_REGEX_OVERLOAD(Type, DefineMatcher, Param, OverloadId) \ argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp43 void WriteGraph(QualType Type) { in WriteGraph()
62 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode()
124 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp23 MVT WebAssembly::parseMVT(StringRef Type) { in parseMVT()
40 wasm::ValType WebAssembly::toValType(MVT Type) { in toValType()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type; member
44 const TypeDescriptor &Type; member
54 const TypeDescriptor &Type; member
104 const TypeDescriptor &Type; member
129 const TypeDescriptor &Type; member
222 const TypeDescriptor &Type; member
237 const TypeDescriptor &Type; member
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h144 QualType Type; variable
267 InitializeParameter(ASTContext &Context, ParmVarDecl *Parm, QualType Type) { in InitializeParameter()
283 QualType Type, in InitializeParameter()
306 QualType Type) { in InitializeResult()
311 QualType Type) { in InitializeStmtExprResult()
316 QualType Type) { in InitializeBlock()
321 QualType Type) { in InitializeLambdaToBlock()
328 QualType Type) { in InitializeException()
333 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew()
338 static InitializedEntity InitializeTemporary(QualType Type) { in InitializeTemporary()
[all …]
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutdecode.c359 ACPI_OBJECT_TYPE Type) in AcpiUtGetTypeName()
671 ACPI_OBJECT_TYPE Type) in AcpiUtGetNotifyName()
790 ACPI_OBJECT_TYPE Type) in AcpiUtValidObjectType()

12345678910>>...36