Searched refs:Value0 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp31 Value0 = Value1 = 0;
36 Value0 = Data.getULEB128(OffsetPtr);
52 Value0 = Data.getULEB128(OffsetPtr);
64 Value0 = Data.getULEB128(OffsetPtr);
79 Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex);
89 Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex);
95 Value0 = Data.getRelocatedAddress(OffsetPtr, &SectionIndex);
131 BaseAddr = LookupPooledAddress(RLE.Value0);
133 BaseAddr = {RLE.Value0, -1ULL};
137 BaseAddr = {RLE.Value0, RL
[all...]
H A DDWARFDebugLoc.cpp55 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,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, argument
29 Values.push_back(Value0);
32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, argument
36 Values.push_back(Value0);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h70 const char *Value0, const Arg *BaseArg = nullptr);
72 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h34 uint64_t Value0; member in struct:llvm::RangeListEntry
H A DDWARFDebugLoc.h32 uint64_t Value0; member in struct:llvm::DWARFLocationEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2325 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1, const JoinVals &Other) const;
2499 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, argument
2503 std::tie(Orig0, Reg0) = followCopyChain(Value0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22629 SDValue Value0 = extractSubVector(StoredVal, 0, DAG, DL, HalfSize);
22635 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(),
[all...]

Completed in 206 milliseconds