| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 39 static bool supportsX86_64(uint64_t Type) { in supportsX86_64() 55 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64() 75 static bool supportsAArch64(uint64_t Type) { in supportsAArch64() 88 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument 106 static bool supportsBPF(uint64_t Type) { in supportsBPF() 116 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF() 128 static bool supportsMips64(uint64_t Type) { in supportsMips64() 140 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument 156 static bool supportsMSP430(uint64_t Type) { in supportsMSP430() 166 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument [all …]
|
| H A D | SymbolicFile.cpp | 31 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 D | WebAssemblyMCTypeUtilities.cpp | 20 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 D | WebAssemblyTargetStreamer.cpp | 28 void WebAssemblyTargetStreamer::emitValueType(wasm::ValType Type) { in emitValueType() 42 for (auto Type : Types) { in printTypes() local 78 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType() local 123 for (auto Type : Types) { in emitLocal() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 74 #define MIBEntryDef(NameTag, Name, Type) NameTag, argument 97 #define MIBEntryDef(NameTag, Name, Type) Name = Block.Name; in PortableMemInfoBlock() argument 115 #define MIBEntryDef(NameTag, Name, Type) \ in deserialize() argument 138 #define MIBEntryDef(NameTag, Name, Type) \ in serialize() argument 153 #define MIBEntryDef(NameTag, Name, Type) \ in printYAML() argument 172 #define MIBEntryDef(NameTag, Name, Type) \ argument 181 #define MIBEntryDef(NameTag, Name, Type) \ argument 195 #define MIBEntryDef(NameTag, Name, Type) \ argument 213 #define MIBEntryDef(NameTag, Name, Type) \ in serializedSize() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | Wasm.cpp | 11 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 D | sanitizer_atomic.h | 42 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/clang/lib/Driver/ |
| H A D | Action.cpp | 346 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction() 349 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction() 395 IfsMergeJobAction::IfsMergeJobAction(ActionList &Inputs, types::ID Type) in IfsMergeJobAction() 400 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction() 405 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction() 410 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction() 416 types::ID Type) in VerifyJobAction() 425 types::ID Type) in VerifyDebugInfoJobAction() 430 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction() 446 types::ID Type) in OffloadPackagerJobAction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Architecture.cpp | 24 #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/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 37 #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 59 #define COVINIT_FUNC(Type, LLVMType, Name, Initializer) Type Name; argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | flags.cpp | 23 #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 D | atomic_helpers.h | 32 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 D | flags.h | 17 #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 D | dmextern.c | 272 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/include/llvm/MC/ |
| H A D | MCELFObjectWriter.h | 38 unsigned Type; // The type of the relocation. member 91 virtual bool needsRelocateWithSymbol(const MCValue &, unsigned Type) const { in needsRelocateWithSymbol() 118 uint8_t getRType(uint32_t Type) const { in getRType() 121 uint8_t getRType2(uint32_t Type) const { in getRType2() 124 uint8_t getRType3(uint32_t Type) const { in getRType3() 127 uint8_t getRSsym(uint32_t Type) const { in getRSsym() 137 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
|
| /freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsmthdat.c | 385 UINT8 Type, in AcpiDsMethodDataGetNode() 457 UINT8 Type, in AcpiDsMethodDataSetValue() 516 UINT8 Type, in AcpiDsMethodDataGetValue() 629 UINT8 Type, in AcpiDsMethodDataDeleteValue() 695 UINT8 Type, in AcpiDsStoreObjectToLocal()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.cpp | 55 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 D | nssearch.c | 209 ACPI_OBJECT_TYPE Type, in AcpiNsSearchOneScope() 312 ACPI_OBJECT_TYPE Type, in AcpiNsSearchParentTree() 407 ACPI_OBJECT_TYPE Type, in AcpiNsSearchAndEnter()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 96 #define AST_MATCHER(Type, DefineMatcher) \ argument 130 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument 133 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument 177 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument 182 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument 457 #define AST_MATCHER_REGEX(Type, DefineMatcher, Param) \ argument 460 #define AST_MATCHER_REGEX_OVERLOAD(Type, DefineMatcher, Param, OverloadId) \ argument
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDB.cpp | 22 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/lib/AST/ |
| H A D | InheritViz.cpp | 43 void WriteGraph(QualType Type) { in WriteGraph() 62 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode() 123 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Initialization.h | 144 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/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 21 const TypeDescriptor &Type; member 44 const TypeDescriptor &Type; member 54 const TypeDescriptor &Type; member 107 const TypeDescriptor &Type; member 132 const TypeDescriptor &Type; member 226 const TypeDescriptor &Type; member 241 const TypeDescriptor &Type; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyTypeUtilities.cpp | 23 MVT WebAssembly::parseMVT(StringRef Type) { in parseMVT() 40 wasm::ValType WebAssembly::toValType(MVT Type) { in toValType()
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utdecode.c | 359 ACPI_OBJECT_TYPE Type) in AcpiUtGetTypeName() 671 ACPI_OBJECT_TYPE Type) in AcpiUtGetNotifyName() 790 ACPI_OBJECT_TYPE Type) in AcpiUtValidObjectType()
|