| /freebsd-9-stable/contrib/llvm/tools/llvm-readobj/ |
| D | StreamWriter.h | 29 T Value; member 45 uint64_t Value; member 75 HexNumber hex(T Value) { in hex() 80 void printEnum(StringRef Label, T Value, in printEnum() 130 void printFlags(StringRef Label, T Value) { in printFlags() 143 void printNumber(StringRef Label, uint64_t Value) { in printNumber() 147 void printNumber(StringRef Label, uint32_t Value) { in printNumber() 151 void printNumber(StringRef Label, uint16_t Value) { in printNumber() 155 void printNumber(StringRef Label, uint8_t Value) { in printNumber() 159 void printNumber(StringRef Label, int64_t Value) { in printNumber() [all …]
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | MathExtras.h | 252 inline uint32_t Hi_32(uint64_t Value) { in Hi_32() 257 inline uint32_t Lo_32(uint64_t Value) { in Lo_32() 328 inline bool isMask_32(uint32_t Value) { in isMask_32() 335 inline bool isMask_64(uint64_t Value) { in isMask_64() 342 inline bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() 348 inline bool isShiftedMask_64(uint64_t Value) { in isShiftedMask_64() 354 inline bool isPowerOf2_32(uint32_t Value) { in isPowerOf2_32() 360 inline bool isPowerOf2_64(uint64_t Value) { in isPowerOf2_64() 366 inline uint16_t ByteSwap_16(uint16_t Value) { in ByteSwap_16() 372 inline uint32_t ByteSwap_32(uint32_t Value) { in ByteSwap_32() [all …]
|
| D | LEB128.h | 23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS) { in encodeSLEB128() 82 uint64_t Value = 0; variable
|
| /freebsd-9-stable/contrib/llvm/include/llvm/MC/ |
| D | MCObjectWriter.h | 115 void Write8(uint8_t Value) { in Write8() 119 void WriteLE16(uint16_t Value) { in WriteLE16() 124 void WriteLE32(uint32_t Value) { in WriteLE32() 129 void WriteLE64(uint64_t Value) { in WriteLE64() 134 void WriteBE16(uint16_t Value) { in WriteBE16() 139 void WriteBE32(uint32_t Value) { in WriteBE32() 144 void WriteBE64(uint64_t Value) { in WriteBE64() 149 void Write16(uint16_t Value) { in Write16() 156 void Write32(uint32_t Value) { in Write32() 163 void Write64(uint64_t Value) { in Write64()
|
| D | MCInstPrinter.h | 81 void setAvailableFeatures(uint64_t Value) { AvailableFeatures = Value; } in setAvailableFeatures() 84 void setUseMarkup(bool Value) { UseMarkup = Value; } in setUseMarkup() 91 void setPrintImmHex(bool Value) { PrintImmHex = Value; } in setPrintImmHex() 94 void setPrintImmHex(HexStyle::Style Value) { PrintHexStyle = Value; } in setPrintImmHex() 97 …format_object1<int64_t> formatImm(const int64_t Value) const { return PrintImmHex ? formatHex(Valu… in formatImm()
|
| D | MCAssembler.h | 96 void setParent(MCSectionData *Value) { Parent = Value; } in setParent() 99 void setAtom(MCSymbolData *Value) { Atom = Value; } in setAtom() 102 void setLayoutOrder(unsigned Value) { LayoutOrder = Value; } in setLayoutOrder() 306 void setInst(const MCInst& Value) { Inst = Value; } in setInst() 336 int64_t Value; variable 369 void setEmitNops(bool Value) { EmitNops = Value; } in setEmitNops() 382 int64_t Value; variable 423 int8_t Value; variable 448 const MCExpr *Value; variable 608 void setAlignment(unsigned Value) { Alignment = Value; } in setAlignment() [all …]
|
| /freebsd-9-stable/contrib/llvm/include/llvm/ADT/ |
| D | StringSwitch.h | 55 StringSwitch& Case(const char (&S)[N], const T& Value) { in Case() 65 StringSwitch& EndsWith(const char (&S)[N], const T &Value) { in EndsWith() 75 StringSwitch& StartsWith(const char (&S)[N], const T &Value) { in StartsWith() 86 const T& Value) { in Cases() 92 const char (&S2)[N2], const T& Value) { in Cases() 99 const T& Value) { in Cases() 106 const char (&S4)[N4], const T& Value) { in Cases() 111 R Default(const T& Value) const { in Default()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Object/ |
| D | RelocVisitor.h | 31 int64_t Value; member 177 RelocToApply visitELF_386_32(RelocationRef R, uint64_t Value) { in visitELF_386_32() 182 RelocToApply visitELF_386_PC32(RelocationRef R, uint64_t Value, in visitELF_386_PC32() 194 RelocToApply visitELF_X86_64_64(RelocationRef R, uint64_t Value) { in visitELF_X86_64_64() 198 RelocToApply visitELF_X86_64_PC32(RelocationRef R, uint64_t Value, in visitELF_X86_64_PC32() 205 RelocToApply visitELF_X86_64_32(RelocationRef R, uint64_t Value) { in visitELF_X86_64_32() 210 RelocToApply visitELF_X86_64_32S(RelocationRef R, uint64_t Value) { in visitELF_X86_64_32S() 217 RelocToApply visitELF_PPC64_ADDR32(RelocationRef R, uint64_t Value) { in visitELF_PPC64_ADDR32() 222 RelocToApply visitELF_PPC64_ADDR64(RelocationRef R, uint64_t Value) { in visitELF_PPC64_ADDR64() 228 RelocToApply visitELF_PPC_ADDR32(RelocationRef R, uint64_t Value) { in visitELF_PPC_ADDR32() [all …]
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | ELFYAML.cpp | 21 ELFYAML::ELF_ET &Value) { in enumeration() 33 ELFYAML::ELF_EM &Value) { in enumeration() 194 IO &IO, ELFYAML::ELF_ELFCLASS &Value) { in enumeration() 204 IO &IO, ELFYAML::ELF_ELFDATA &Value) { in enumeration() 214 IO &IO, ELFYAML::ELF_ELFOSABI &Value) { in enumeration() 241 IO &IO, ELFYAML::ELF_SHT &Value) { in enumeration() 265 ELFYAML::ELF_SHF &Value) { in bitset() 282 IO &IO, ELFYAML::ELF_STT &Value) { in enumeration()
|
| D | COFFYAML.cpp | 27 IO &IO, COFF::MachineTypes &Value) { in enumeration() 52 IO &IO, COFF::SymbolBaseType &Value) { in enumeration() 72 IO &IO, COFF::SymbolStorageClass &Value) { in enumeration() 103 IO &IO, COFF::SymbolComplexType &Value) { in enumeration() 111 IO &IO, COFF::RelocationTypeX86 &Value) { in enumeration() 145 IO &IO, COFF::Characteristics &Value) { in bitset() 164 IO &IO, COFF::SectionCharacteristics &Value) { in bitset()
|
| /freebsd-9-stable/sys/dev/acpica/Osd/ |
| D | OsdHardware.c | 50 AcpiOsReadPort(ACPI_IO_ADDRESS InPort, UINT32 *Value, UINT32 Width) in AcpiOsReadPort() 69 AcpiOsWritePort(ACPI_IO_ADDRESS OutPort, UINT32 Value, UINT32 Width) in AcpiOsWritePort() 88 AcpiOsReadPciConfiguration(ACPI_PCI_ID *PciId, UINT32 Register, UINT64 *Value, in AcpiOsReadPciConfiguration() 107 UINT64 Value, UINT32 Width) in AcpiOsWritePciConfiguration()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | MachineCodeEmitter.h | 32 class Value; variable 179 void emitULEB128Bytes(uint64_t Value) { in emitULEB128Bytes() 190 void emitSLEB128Bytes(uint64_t Value) { in emitSLEB128Bytes() 215 void emitInt32(int32_t Value) { in emitInt32() 225 void emitInt64(uint64_t Value) { in emitInt64() 235 void emitInt32At(uintptr_t *Addr, uintptr_t Value) { in emitInt32At() 241 void emitInt64At(uintptr_t *Addr, uintptr_t Value) { in emitInt64At()
|
| D | JITCodeEmitter.h | 34 class Value; variable 194 void emitSLEB128Bytes(int64_t Value) { in emitSLEB128Bytes() 218 void emitInt32(uint32_t Value) { in emitInt32() 228 void emitInt64(uint64_t Value) { in emitInt64() 238 void emitInt32At(uintptr_t *Addr, uintptr_t Value) { in emitInt32At() 244 void emitInt64At(uintptr_t *Addr, uintptr_t Value) { in emitInt64At()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/hardware/ |
| D | hwregs.c | 169 UINT32 *Value, in AcpiHwRead() 232 UINT32 Value, in AcpiHwWrite() 411 UINT32 Value = 0; in AcpiHwRegisterRead() local 514 UINT32 Value) in AcpiHwRegisterWrite() 640 UINT32 *Value, in AcpiHwReadMultiple() 699 UINT32 Value, in AcpiHwWriteMultiple()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/InstPrinter/ |
| D | SystemZInstPrinter.cpp | 56 int64_t Value = MI->getOperand(OpNum).getImm(); in printU4ImmOperand() local 63 int64_t Value = MI->getOperand(OpNum).getImm(); in printU6ImmOperand() local 70 int64_t Value = MI->getOperand(OpNum).getImm(); in printS8ImmOperand() local 77 int64_t Value = MI->getOperand(OpNum).getImm(); in printU8ImmOperand() local 84 int64_t Value = MI->getOperand(OpNum).getImm(); in printS16ImmOperand() local 91 int64_t Value = MI->getOperand(OpNum).getImm(); in printU16ImmOperand() local 98 int64_t Value = MI->getOperand(OpNum).getImm(); in printS32ImmOperand() local 105 int64_t Value = MI->getOperand(OpNum).getImm(); in printU32ImmOperand() local 112 uint64_t Value = MI->getOperand(OpNum).getImm(); in printAccessRegOperand() local
|
| /freebsd-9-stable/sys/contrib/dev/acpica/executer/ |
| D | exregion.c | 80 UINT64 *Value, in AcpiExSystemMemorySpaceHandler() 314 UINT64 *Value, in AcpiExSystemIoSpaceHandler() 378 UINT64 *Value, in AcpiExPciConfigSpaceHandler() 458 UINT64 *Value, in AcpiExCmosSpaceHandler() 495 UINT64 *Value, in AcpiExPciBarSpaceHandler() 532 UINT64 *Value, in AcpiExDataTableSpaceHandler()
|
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCObjectStreamer.cpp | 77 const MCExpr *MCObjectStreamer::AddValueSymbols(const MCExpr *Value) { in AddValueSymbols() 105 void MCObjectStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size) { in EmitValueImpl() 149 void MCObjectStreamer::EmitULEB128Value(const MCExpr *Value) { in EmitULEB128Value() 159 void MCObjectStreamer::EmitSLEB128Value(const MCExpr *Value) { in EmitSLEB128Value() 190 void MCObjectStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment() 313 int64_t Value, in EmitValueToAlignment() 332 unsigned char Value) { in EmitValueToOffset() 354 void MCObjectStreamer::EmitGPRel32Value(const MCExpr *Value) { in EmitGPRel32Value() 363 void MCObjectStreamer::EmitGPRel64Value(const MCExpr *Value) { in EmitGPRel64Value()
|
| D | MCNullStreamer.cpp | 48 virtual void EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) {} in EmitAssignment() 67 virtual void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) {} in EmitELFSize() 78 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size) {} in EmitValueImpl() 79 virtual void EmitULEB128Value(const MCExpr *Value) {} in EmitULEB128Value() 80 virtual void EmitSLEB128Value(const MCExpr *Value) {} in EmitSLEB128Value() 81 virtual void EmitGPRel32Value(const MCExpr *Value) {} in EmitGPRel32Value() 82 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, in EmitValueToAlignment() 90 unsigned char Value = 0) { return false; } in EmitValueToOffset()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | APSIntType.h | 27 /* implicit */ APSIntType(const llvm::APSInt &Value) in APSIntType() 37 void apply(llvm::APSInt &Value) const { in apply() 48 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY { in convert()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/disassembler/ |
| D | dmresrc.c | 152 UINT8 Value, in AcpiDmDumpInteger8() 160 UINT16 Value, in AcpiDmDumpInteger16() 168 UINT32 Value, in AcpiDmDumpInteger32() 176 UINT64 Value, in AcpiDmDumpInteger64()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetMachine.h | 165 void setMCRelaxAll(bool Value) { MCRelaxAll = Value; } in setMCRelaxAll() 173 void setMCSaveTempLabels(bool Value) { MCSaveTempLabels = Value; } in setMCSaveTempLabels() 179 void setMCNoExecStack(bool Value) { MCNoExecStack = Value; } in setMCNoExecStack() 185 void setMCUseLoc(bool Value) { MCUseLoc = Value; } in setMCUseLoc() 191 void setMCUseCFI(bool Value) { MCUseCFI = Value; } in setMCUseCFI() 199 void setMCUseDwarfDirectory(bool Value) { MCUseDwarfDirectory = Value; } in setMCUseDwarfDirectory()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| D | Parser.cpp | 50 VariantValue Value; member 157 unsigned Value; in consumeUnsignedLiteral() local 235 bool Parser::parseMatcherExpressionImpl(VariantValue *Value) { in parseMatcherExpressionImpl() 323 bool Parser::parseExpressionImpl(VariantValue *Value) { in parseExpressionImpl() 375 bool Parser::parseExpression(StringRef Code, VariantValue *Value, in parseExpression() 382 VariantValue *Value, Diagnostics *Error) { in parseExpression() 402 VariantValue Value; in parseMatcherExpression() local
|
| /freebsd-9-stable/contrib/llvm/lib/Option/ |
| D | Option.cpp | 134 const char *Value = Args.getArgString(Index) + ArgSize; in accept() local 149 char *Value = new char[Str - Prev + 1]; in accept() local 197 const char *Value = Args.getArgString(Index) + ArgSize; in accept() local
|
| /freebsd-9-stable/sys/contrib/dev/acpica/resources/ |
| D | rsdump.c | 690 char *Value) in AcpiRsOutString() 703 UINT8 Value) in AcpiRsOutInteger8() 711 UINT16 Value) in AcpiRsOutInteger16() 719 UINT32 Value) in AcpiRsOutInteger32() 727 UINT64 Value) in AcpiRsOutInteger64()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/ |
| D | VariantValue.h | 137 explicit VariantMatcher(Payload *Value) : Value(Value) {} in VariantMatcher() 189 IntrusiveRefCntPtr<const Payload> Value; variable 254 AllValues Value; variable
|