HomeSort by: relevance | last modified time | path
    Searched refs:Value0 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugRnglists.cpp 32 Value0 = Value1 = 0;
36 Value0 = Data.getULEB128(C);
40 Value0 = Data.getULEB128(C);
44 Value0 = Data.getULEB128(C);
49 Value0 = Data.getULEB128(C);
54 Value0 = Data.getRelocatedAddress(C, &SectionIndex);
58 Value0 = Data.getRelocatedAddress(C, &SectionIndex);
63 Value0 = Data.getRelocatedAddress(C, &SectionIndex);
105 BaseAddr = LookupPooledAddress(RLE.Value0);
107 BaseAddr = {RLE.Value0, -1ULL}
    [all...]
DWARFDebugLoc.cpp 55 Base = LookupAddr(E.Value0);
57 return createResolverError(E.Value0, E.Kind);
61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0);
63 return createResolverError(E.Value0, E.Kind);
72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0);
74 return createResolverError(E.Value0, E.Kind);
86 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1,
95 Base = SectionedAddress{E.Value0, E.SectionIndex};
99 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc};
102 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Option/
Arg.cpp 25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0,
29 Values.push_back(Value0);
32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0,
36 Values.push_back(Value0);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Option/
Arg.h 70 const char *Value0, const Arg *BaseArg = nullptr);
72 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRnglists.h 33 uint64_t Value0;
DWARFDebugLoc.h 32 uint64_t Value0;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp 2428 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1, const JoinVals &Other) const;
2603 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1,
2607 std::tie(Orig0, Reg0) = followCopyChain(Value0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 24160 SDValue Value0, Value1;
24161 std::tie(Value0, Value1) = splitVector(StoredVal, DAG, DL);
24162 unsigned HalfOffset = Value0.getValueType().getStoreSize();
24167 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(),
    [all...]

Completed in 35 milliseconds