/llvm-project/bolt/lib/Core/ |
H A D | Relocation.cpp | 32 static bool isSupportedX86(uint64_t Type) { in isSupportedX86() argument 55 static bool isSupportedAArch64(uint64_t Type) { in isSupportedAArch64() argument 100 isSupportedRISCV(uint64_t Type) isSupportedRISCV() argument 132 getSizeForTypeX86(uint64_t Type) getSizeForTypeX86() argument 159 getSizeForTypeAArch64(uint64_t Type) getSizeForTypeAArch64() argument 207 getSizeForTypeRISCV(uint64_t Type) getSizeForTypeRISCV() argument 237 skipRelocationTypeX86(uint64_t Type) skipRelocationTypeX86() argument 241 skipRelocationTypeAArch64(uint64_t Type) skipRelocationTypeAArch64() argument 245 skipRelocationTypeRISCV(uint64_t Type) skipRelocationTypeRISCV() argument 255 skipRelocationProcessX86(uint64_t & Type,uint64_t Contents) skipRelocationProcessX86() argument 259 skipRelocationProcessAArch64(uint64_t & Type,uint64_t Contents) skipRelocationProcessAArch64() argument 346 skipRelocationProcessRISCV(uint64_t & Type,uint64_t Contents) skipRelocationProcessRISCV() argument 350 encodeValueX86(uint64_t Type,uint64_t Value,uint64_t PC) encodeValueX86() argument 364 encodeValueAArch64(uint64_t Type,uint64_t Value,uint64_t PC) encodeValueAArch64() argument 396 encodeValueRISCV(uint64_t Type,uint64_t Value,uint64_t PC) encodeValueRISCV() argument 406 extractValueX86(uint64_t Type,uint64_t Contents,uint64_t PC) extractValueX86() argument 414 extractValueAArch64(uint64_t Type,uint64_t Contents,uint64_t PC) extractValueAArch64() argument 546 extractValueRISCV(uint64_t Type,uint64_t Contents,uint64_t PC) extractValueRISCV() argument 587 isGOTX86(uint64_t Type) isGOTX86() argument 607 isGOTAArch64(uint64_t Type) isGOTAArch64() argument 624 isGOTRISCV(uint64_t Type) isGOTRISCV() argument 634 isTLSX86(uint64_t Type) isTLSX86() argument 645 isTLSAArch64(uint64_t Type) isTLSAArch64() argument 662 isTLSRISCV(uint64_t Type) isTLSRISCV() argument 677 isPCRelativeX86(uint64_t Type) isPCRelativeX86() argument 703 isPCRelativeAArch64(uint64_t Type) isPCRelativeAArch64() argument 749 isPCRelativeRISCV(uint64_t Type) isPCRelativeRISCV() argument 776 isSupported(uint64_t Type) isSupported() argument 789 getSizeForType(uint64_t Type) getSizeForType() argument 802 skipRelocationType(uint64_t Type) skipRelocationType() argument 815 skipRelocationProcess(uint64_t & Type,uint64_t Contents) skipRelocationProcess() argument 828 encodeValue(uint64_t Type,uint64_t Value,uint64_t PC) encodeValue() argument 841 extractValue(uint64_t Type,uint64_t Contents,uint64_t PC) extractValue() argument 855 isGOT(uint64_t Type) isGOT() argument 868 isX86GOTPCRELX(uint64_t Type) isX86GOTPCRELX() argument 874 isX86GOTPC64(uint64_t Type) isX86GOTPC64() argument 880 isNone(uint64_t Type) isNone() argument 882 isRelative(uint64_t Type) isRelative() argument 895 isIRelative(uint64_t Type) isIRelative() argument 908 isTLS(uint64_t Type) isTLS() argument 921 isInstructionReference(uint64_t Type) isInstructionReference() argument 973 isPCRelative(uint64_t Type) isPCRelative() argument 1054 getComposeOpcodeFor(uint64_t Type) getComposeOpcodeFor() argument [all...] |
/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 40 switch (Type) { in supportsX86_64() argument 76 switch (Type) { in supportsAArch64() argument 107 switch (Type) { in supportsBPF() argument 56 resolveX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveX86_64() argument 89 resolveAArch64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAArch64() argument 117 resolveBPF(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveBPF() argument 129 supportsMips64(uint64_t Type) supportsMips64() argument 141 resolveMips64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveMips64() argument 157 supportsMSP430(uint64_t Type) supportsMSP430() argument 167 resolveMSP430(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveMSP430() argument 179 supportsPPC64(uint64_t Type) supportsPPC64() argument 191 resolvePPC64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolvePPC64() argument 207 supportsSystemZ(uint64_t Type) supportsSystemZ() argument 217 resolveSystemZ(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveSystemZ() argument 229 supportsSparc64(uint64_t Type) supportsSparc64() argument 241 resolveSparc64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveSparc64() argument 267 supportsAmdgpu(uint64_t Type) supportsAmdgpu() argument 277 resolveAmdgpu(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAmdgpu() argument 288 supportsX86(uint64_t Type) supportsX86() argument 299 resolveX86(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveX86() argument 313 supportsPPC32(uint64_t Type) supportsPPC32() argument 323 resolvePPC32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolvePPC32() argument 334 supportsARM(uint64_t Type) supportsARM() argument 344 resolveARM(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveARM() argument 360 supportsAVR(uint64_t Type) supportsAVR() argument 370 resolveAVR(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAVR() argument 382 supportsLanai(uint64_t Type) supportsLanai() argument 386 resolveLanai(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveLanai() argument 393 supportsMips32(uint64_t Type) supportsMips32() argument 403 resolveMips32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveMips32() argument 413 supportsSparc32(uint64_t Type) supportsSparc32() argument 423 resolveSparc32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveSparc32() argument 430 supportsHexagon(uint64_t Type) supportsHexagon() argument 434 resolveHexagon(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveHexagon() argument 441 supportsRISCV(uint64_t Type) supportsRISCV() argument 466 resolveRISCV(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveRISCV() argument 510 supportsCSKY(uint64_t Type) supportsCSKY() argument 521 resolveCSKY(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveCSKY() argument 535 supportsLoongArch(uint64_t Type) supportsLoongArch() argument 557 resolveLoongArch(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveLoongArch() argument 593 supportsCOFFX86(uint64_t Type) supportsCOFFX86() argument 603 resolveCOFFX86(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFX86() argument 614 supportsCOFFX86_64(uint64_t Type) supportsCOFFX86_64() argument 624 resolveCOFFX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFX86_64() argument 636 supportsCOFFARM(uint64_t Type) supportsCOFFARM() argument 646 resolveCOFFARM(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFARM() argument 657 supportsCOFFARM64(uint64_t Type) supportsCOFFARM64() argument 667 resolveCOFFARM64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveCOFFARM64() argument 679 supportsMachOX86_64(uint64_t Type) supportsMachOX86_64() argument 683 resolveMachOX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveMachOX86_64() argument 690 supportsWasm32(uint64_t Type) supportsWasm32() argument 712 supportsWasm64(uint64_t Type) supportsWasm64() argument 726 resolveWasm32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t) resolveWasm32() argument 750 resolveWasm64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveWasm64() 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()
|
/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
H A D | note-amdgpu-invalid.s | 93 Type: ET_REL label 96 Type: SHT_NOTE label 99 Type: SHT_NOTE label 102 Type: NT_AMDGPU_METADATA label 105 Type: NT_AMDGPU_METADATA label
|
H A D | dynamic-table-dtnull.s | 20 Type: ET_EXEC label 23 Type: SHT_DYNAMIC label 58 Type: ET_EXEC label 61 Type: SHT_DYNAMIC label
|
/llvm-project/lld/test/ELF/ |
H A D | aarch64-memtag-globals.s | 13 Type: ET_REL label 18 Type: SHT_PROGBITS label 23 Type: SHT_PROGBITS label 28 Type: SHT_AARCH64_MEMTAG_GLOBALS_STATIC label 31 Type: SHT_REL label 38 Type: R_AARCH64_NONE label 49 Type: STT_OBJECT label
|
/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
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | TypeTraits.cpp | 19 bool classHasTrivialCopyAndDestroy(QualType Type) { in classHasTrivialCopyAndDestroy() 26 bool hasDeletedCopyConstructor(QualType Type) { in hasDeletedCopyConstructor() 39 std::optional<bool> isExpensiveToCopy(QualType Type, in isExpensiveToCopy() 90 bool isTriviallyDefaultConstructible(QualType Type, const ASTContext &Context) { in isTriviallyDefaultConstructible() 137 bool isTriviallyDestructible(QualType Type) { in isTriviallyDestructible() 150 bool hasNonTrivialMoveConstructor(QualType Type) { in hasNonTrivialMoveConstructor() 156 bool hasNonTrivialMoveAssignment(QualType Type) { in hasNonTrivialMoveAssignment()
|
/llvm-project/lld/test/ELF/invalid/ |
H A D | symtab-sh-info.s | 12 Type: ET_REL global() label 17 Type: SHT_SYMTAB global() label 32 Type: ET_REL global() label 37 Type: SHT_SYMTAB global() label 51 Type: ET_REL global() label 56 Type: SHT_SYMTAB global() label
|
H A D | tls-symbol.s | 13 Type: ET_REL label 17 Type: SHT_PROGBITS label 22 Type: STT_TLS label
|
/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()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | delayed-template-parsing.cpp | 5 struct Type { struct 7 void Foo() {} in Foo() 9 void Foo<0>() {} in Foo()
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | find-unexpanded-packs.cpp | 5 typedef Ts Type; in PackInsideTypedefDeclaration() typedef 15 typedef Ts Type; in PackInsideTypedefDeclarationInvalid() typedef 20 typedef Ts Type; in PackInsideTypedefDeclarationInvalid() typedef 30 using Type = Ts; in PackInsideAliasDeclaration() typedef 40 using Type = Ts; in PackInsideAliasDeclarationInvalid() typedef 44 using Type = Ts; in PackInsideAliasDeclarationInvalid() typedef 55 using Type = Ts; in PackInsideUsingDeclaration() typedef 70 using Type = Ts; in PackInsideUsingDeclarationInvalid() typedef
|
/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; global() typedef [all...] |
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMTypeSyntax.cpp | 36 .Case<LLVMVoidType>([&](Type) { return "void"; }) in getTypeKeyword() argument 37 .Case<LLVMPPCFP128Type>([&](Type) { return "ppc_fp128"; }) in getTypeKeyword() argument 38 .Case<LLVMTokenType>([&](Type) { return "token"; }) in getTypeKeyword() argument 39 .Case<LLVMLabelType>([&](Type) { return "label"; }) in getTypeKeyword() argument 40 .Case<LLVMMetadataType>([&](Type) { return "metadata"; }) in getTypeKeyword() argument 41 .Case<LLVMFunctionType>([&](Type) { return "func"; }) in getTypeKeyword() argument 42 .Case<LLVMPointerType>([&](Type) { retur in getTypeKeyword() argument 43 __anon42d0f0940802(Type) getTypeKeyword() argument 45 __anon42d0f0940902(Type) getTypeKeyword() argument 46 __anon42d0f0940a02(Type) getTypeKeyword() argument 47 __anon42d0f0940b02(Type) getTypeKeyword() argument 48 __anon42d0f0940c02(Type) getTypeKeyword() argument 49 __anon42d0f0940d02(Type) getTypeKeyword() argument [all...] |
/llvm-project/llvm/unittests/BinaryFormat/ |
H A D | MachOTest.cpp | 64 Expected<uint32_t> Type = MachO::getCPUType(Triple("x86_64-linux-unknown")); TEST() local 70 Expected<uint32_t> Type = MachO::getCPUType(Triple("mips-apple-darwin")); TEST() local 105 Expected<uint32_t> Type = TEST() local 113 Expected<uint32_t> Type = MachO::getCPUSubType(Triple("mips-apple-darwin")); TEST() local [all...] |
/llvm-project/clang/test/Parser/ |
H A D | ms-if-exists.cpp | 5 typedef int Type; typedef in MayExist 36 __if_exists(MayExist::Type) { in __if_exists() 44 __if_not_exists(MayExist::Type) { in __if_not_exists() 82 __if_exists(MayExist::Type) { in __if_exists() 94 __if_not_exists(MayExist::Type) { in __if_not_exists()
|
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
H A D | compress-sections-within-segment.s | 22 Type: ET_EXEC label 32 Type: SHT_PROGBITS label 36 Type: SHT_PROGBITS label
|
/llvm-project/flang/include/flang/Common/ |
H A D | MathOptionsBase.h | 24 #define ENUM_MATHOPT(Name, Type, Bits, Default) \ argument 33 #define ENUM_MATHOPT(Name, Type, Bits, Default) set##Name(Default); in MathOptionsBase() argument 38 #define ENUM_MATHOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
|
/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
|
/llvm-project/clang/test/AST/ |
H A D | ast-print-sycl-unique-stable-name.cpp | 10 struct Type { struct 17 WrappedInTemplate(Type{}); in use() argument
|
/llvm-project/mlir/python/mlir/dialects/transform/ |
H A D | loop.py | 26 function_type: Type, 27 call_type: Type, 54 main_loop_type: Type, 55 remainder_loop_type: Type, 88 result_type: Type,
|
/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
|
/llvm-project/mlir/include/mlir/Target/LLVMIR/ |
H A D | TypeToLLVM.h | 22 class Type; variable 27 class Type; variable
|
H A D | TypeFromLLVM.h | 22 class Type; variable 27 class Type; variable
|