HomeSort by relevance Sort by last modified time
    Searched refs:Value (Results 751 - 775 of 2613) sorted by null

<<31323334353637383940>>

  /external/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 101 inline ARCInstKind GetBasicARCInstKind(const Value *V) {
114 ARCInstKind GetARCInstKind(const Value *V);
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBExtras.h 20 raw_ostream &operator<<(raw_ostream &OS, const PDB_VariantType &Value);
33 raw_ostream &operator<<(raw_ostream &OS, const Variant &Value);
  /external/llvm/include/llvm/IR/
GlobalValue.h 1 //===-- llvm/GlobalValue.h - Class to represent a global value --*- C++ -*-===//
82 unsigned UnnamedAddr : 1; // This value's address is not significant
96 Value *handleOperandChangeImpl(Value *From, Value *To, Use *U);
152 /// If the value is "Thread Local", its value isn't shared by the threads.
158 assert(Val == NotThreadLocal || getValueID() != Value::FunctionVal);
332 /// Return true if the primary definition of this global value is outside of
356 /// Get the module that this global value is contained inside of..
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 62 bool hasAttribute(unsigned Value) const {
63 return (TypeAndAttributes & Value) != 0;
SubtargetFeature.h 49 /// SubtargetFeatureKV - Used to provide key value pairs for feature and
55 FeatureBitset Value; // K-V integer value
66 /// SubtargetInfoKV - Used to provide key value pairs for CPU and arbitrary
71 const void *Value; // K-V pointer value
  /external/llvm/include/llvm/Transforms/IPO/
LowerBitSets.h 30 class Value;
60 Value *V, uint64_t COffset = 0) const;
  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 29 class Value;
45 typedef SetVector<Value *> ValueSet;
  /external/llvm/include/llvm-c/
Disassembler.h 46 * Triple specific with its specific information defined by the value of
62 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
63 * LLVMOpInfo1. The value of the relocatable expression for the operand,
64 * including any PC adjustment, is passed in to the call back in the Value
67 * returned in the Value field. It is possible that some symbols in the
77 uint64_t Value; /* symbol value if name is NULL */
83 uint64_t Value;
111 * offset load instruction to use a symbol name instead of a load address value.
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.h 24 class Value;
69 const MCExpr *create32bitRef(const MCSymbol *Value);
  /external/llvm/lib/Option/
Option.cpp 139 const char *Value = Args.getArgString(Index) + ArgSize;
140 return new Arg(UnaliasedOption, Spelling, Index++, Value);
154 char *Value = new char[Str - Prev + 1];
155 memcpy(Value, Prev, Str - Prev);
156 Value[Str - Prev] = '\0';
157 A->getValues().push_back(Value);
203 const char *Value = Args.getArgString(Index) + ArgSize;
204 return new Arg(*this, Spelling, Index++, Value);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 77 void ARMELFMCAsmInfo::setUseIntegratedAssembler(bool Value) {
78 UseIntegratedAssembler = Value;
ARMTargetStreamer.cpp 59 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {}
74 void ARMTargetStreamer::emitThumbSet(MCSymbol *Symbol, const MCExpr *Value) {}
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.cpp 31 llvm_unreachable("unexpected fp abi value");
34 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) {
35 switch (Value) {
43 llvm_unreachable("unsupported fp abi value");
MipsELFStreamer.cpp 65 void MipsELFStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size,
67 MCELFStreamer::EmitValueImpl(Value, Size, Loc);
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 72 const Value *StoreValue[4];
96 const Value *LoadValue) const;
  /external/llvm/test/MC/ARM/
directive-eabi_attribute-overwrite.s 10 @ CHECK-ATTR: Value: 1, aeabi
elf-thumbfunc.s 20 @CHECK-NEXT: Value: 0x1
27 @CHECK-NEXT: Value: 0x1
  /external/llvm/test/MC/MachO/ARM/
thumb2-movt-fixup.s 21 @ CHECK: Value: 0x4
28 @ CHECK: Value: 0x4
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-13.s 7 @CHECK-OBJ-NEXT: Value: 13
attribute-136.s 7 @CHECK-OBJ-NEXT: Value: 136, Foo Corp
attribute-14.s 7 @CHECK-OBJ-NEXT: Value: 14
attribute-15.s 7 @CHECK-OBJ-NEXT: Value: 15, Longer Corporation NaMe
attribute-A.s 7 @CHECK-OBJ-NEXT: Value: 65
attribute-M.s 7 @CHECK-OBJ-NEXT: Value: 77
attribute-R.s 7 @CHECK-OBJ-NEXT: Value: 82

Completed in 801 milliseconds

<<31323334353637383940>>