| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| PrettyBuiltinDumper.cpp | 25 WithColor(Printer, PDB_ColorItem::Type).get() << getTypeName(Symbol); 29 PDB_BuiltinType Type = Symbol.getBuiltinType(); 30 switch (Type) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| ubsan_handlers_cxx.h | 23 const TypeDescriptor &Type; 28 /// \brief Handle a runtime type check failure, caused by an incorrect vptr. 29 /// When this handler is called, all we know is that the type was not in the
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/ |
| LanaiELFObjectWriter.cpp | 30 unsigned Type) const override; 43 unsigned Type; 47 Type = ELF::R_LANAI_21; 50 Type = ELF::R_LANAI_21_F; 53 Type = ELF::R_LANAI_25; 57 Type = ELF::R_LANAI_32; 60 Type = ELF::R_LANAI_HI16; 63 Type = ELF::R_LANAI_LO16; 66 Type = ELF::R_LANAI_NONE; 72 return Type; [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| ubsan_handlers_cxx.h | 22 const TypeDescriptor &Type; 27 /// \brief Handle a runtime type check failure, caused by an incorrect vptr. 28 /// When this handler is called, all we know is that the type was not in the
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| NativeTypeBuiltin.h | 42 PDB_BuiltinType Type;
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
| TargetSelect.cpp | 64 Triple::ArchType Type = Triple::getArchTypeForLLVMName(MArch); 65 if (Type != Triple::UnknownArch) 66 TheTriple.setArch(Type);
|
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| Binary.cpp | 37 Binary::Binary(unsigned int Type, MemoryBufferRef Source) 38 : TypeID(Type), Data(Source) {} 49 file_magic Type = identify_magic(Buffer.getBuffer()); 51 switch (Type) { 77 return ObjectFile::createSymbolicFile(Buffer, Type, Context, InitContent); 94 llvm_unreachable("Unexpected Binary File Type");
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| PPCELFObjectWriter.cpp | 32 unsigned Type) const override; 81 // determine the type of the relocation 82 unsigned Type; 93 Type = ELF::R_PPC_REL24; 96 Type = ELF::R_PPC_PLTREL24; 99 Type = ELF::R_PPC_LOCAL24PC; 102 Type = ELF::R_PPC64_REL24_NOTOC; 108 Type = ELF::R_PPC_REL14; 114 Type = ELF::R_PPC_REL16; 117 Type = ELF::R_PPC_REL16_LO [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| ubsan_handlers_cxx.h | 22 const TypeDescriptor &Type; 27 /// \brief Handle a runtime type check failure, caused by an incorrect vptr. 28 /// When this handler is called, all we know is that the type was not in the 39 const TypeDescriptor &Type;
|
| /src/sys/external/bsd/acpica/dist/executer/ |
| exresolv.c | 144 * DESCRIPTION: Retrieve the value from an internal object. The Reference type 165 /* This is an object of type ACPI_OPERAND_OBJECT */ 167 switch (StackDesc->Common.Type) 269 if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) || 270 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL)) 290 "Unknown Reference type 0x%X in %p", 313 "FieldRead SourceDesc=%p Type=%X\n", 314 StackDesc, StackDesc->Common.Type)); 339 * ReturnType - Where the object type is returned 344 * DESCRIPTION: Return the base object and type. Traverse a reference list i [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_atomic_clang.h | 47 INLINE typename T::Type atomic_fetch_add(volatile T *a, 48 typename T::Type v, memory_order mo) { 55 INLINE typename T::Type atomic_fetch_sub(volatile T *a, 56 typename T::Type v, memory_order mo) { 63 INLINE typename T::Type atomic_exchange(volatile T *a, 64 typename T::Type v, memory_order mo) { 75 INLINE bool atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, 76 typename T::Type xchg, 78 typedef typename T::Type Type; [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_atomic_test.cc | 20 typename T::Type magic0; 22 typename T::Type magic1; 32 typedef typename T::Type Type; 37 val.magic0 = val.magic1 = (Type)-3; 44 val.a.val_dont_use = (Type)v; 45 EXPECT_EQ(atomic_load(&val.a, load_mo), (Type)v); 46 val.a.val_dont_use = (Type)-1; 47 atomic_store(&val.a, (Type)v, store_mo); 48 EXPECT_EQ(val.a.val_dont_use, (Type)v) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| SwiftCallingConv.h | 18 #include "clang/AST/Type.h" 24 class Type; 47 llvm::Type *Type; 63 void addTypedData(QualType type, CharUnits begin); 67 void addTypedData(llvm::Type *type, CharUnits begin); 68 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end); 82 /// value and does not consider whether the type is address-only [all...] |
| /src/external/apache2/llvm/dist/clang/lib/APINotes/ |
| APINotesTypes.cpp | 29 OS << "Swift Briged Type: " << *SwiftBridge << ' '; 52 if (!Type.empty()) 53 OS << "C Type: " << Type << ' '; 77 OS << "Result Type: " << ResultType << ' '; 103 OS << "Swift Type: " << static_cast<long>(*SwiftWrapper) << ' ';
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| InterpState.cpp | 52 QualType Type = E->getType(); 53 CCEDiag(E, diag::note_constexpr_overflow) << Value << Type;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| CostTable.h | 26 MVT::SimpleValueType Type; 34 return ISD == Entry.ISD && Ty == Entry.Type; 43 /// Type Conversion Cost Table 51 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
|
| IndirectThunks.h | 50 auto Type = FunctionType::get(Type::getVoidTy(Ctx), false); 51 Function *F = Function::Create(Type,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| LazyRandomTypeCollection.h | 27 /// Provides amortized O(1) random access to a CodeView type stream. 28 /// Normally to access a type from a type stream, you must know its byte 29 /// offset into the type stream, because type records are variable-lengthed. 32 /// type record. Or given a type record such as an array type, there might 33 /// be a TypeIndex for the element type. Sequential access is perfect when 36 /// Type streams in PDBs contain an additional field which is a list of pair [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| IPDBRawSymbol.h | 29 Type = 1 << 3, 42 /// all properties that are valid for any symbol type. This interface is then 44 /// for this particular symbol type. See PDBSymbol.h for more details. 53 findChildren(PDB_SymType Type) const = 0; 56 findChildren(PDB_SymType Type, StringRef Name, 59 findChildrenByAddr(PDB_SymType Type, StringRef Name, 63 findChildrenByVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags, 66 findChildrenByRVA(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| MDBuilder.h | 168 MDNode *Type; 169 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *Type) : 170 Offset(Offset), Size(Size), Type(Type) {} 177 /// Return metadata for a TBAA struct node in the type DAG 178 /// with the given name, a list of pairs (offset, field type in the type DAG). 183 /// Return metadata for a TBAA scalar type node with the 184 /// given name, an offset and a parent in the TBAA type DAG. 189 /// base type, access type and offset relative to the base type [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCSymbolCOFF.h | 19 mutable uint16_t Type = 0; 34 return Type; 37 Type = Ty;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| ItaniumManglingCanonicalizer.h | 61 /// The mangling fragment is a <type>. 62 Type,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| SymbolRewriter.h | 70 enum class Type { 81 Type getType() const { return Kind; } 86 explicit RewriteDescriptor(Type T) : Kind(T) {} 89 const Type Kind;
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| DIASourceFile.cpp | 45 DWORD Type; 46 HRESULT Result = SourceFile->get_checksumType(&Type); 49 return static_cast<PDB_Checksum>(Type);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| TargetRegistry.cpp | 44 Triple::ArchType Type = Triple::getArchTypeForLLVMName(ArchName); 45 if (Type != Triple::UnknownArch) 46 TheTriple.setArch(Type);
|