Home
last modified time | relevance | path

Searched refs:Value0 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp32 Value0 = Value1 = 0; in extract()
36 Value0 = Data.getULEB128(C); in extract()
40 Value0 = Data.getULEB128(C); in extract()
44 Value0 = Data.getULEB128(C); in extract()
49 Value0 = Data.getULEB128(C); in extract()
54 Value0 = Data.getRelocatedAddress(C, &SectionIndex); in extract()
58 Value0 = Data.getRelocatedAddress(C, &SectionIndex); in extract()
63 Value0 = Data.getRelocatedAddress(C, &SectionIndex); in extract()
105 BaseAddr = LookupPooledAddress(RLE.Value0); in getAbsoluteRanges()
107 BaseAddr = {RLE.Value0, -1ULL}; in getAbsoluteRanges()
[all …]
H A DDWARFDebugLoc.cpp58 Base = LookupAddr(E.Value0); in Interpret()
60 return createResolverError(E.Value0, E.Kind); in Interpret()
64 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
66 return createResolverError(E.Value0, E.Kind); in Interpret()
75 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
77 return createResolverError(E.Value0, E.Kind); in Interpret()
89 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, in Interpret()
98 Base = SectionedAddress{E.Value0, E.SectionIndex}; in Interpret()
102 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
105 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() argument
29 Values.push_back(Value0); in Arg()
32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() argument
36 Values.push_back(Value0); in Arg()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h76 const char *Value0, const Arg *BaseArg = nullptr);
78 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h35 uint64_t Value0; member
H A DDWARFDebugLoc.h35 uint64_t Value0; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1032 BaseAddr = Entry.Value0; in processLocationList()
1036 LowPC = BaseAddr + Entry.Value0; in processLocationList()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2541 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1, const JoinVals &Other) const;
2716 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, in valuesIdentical() argument
2720 std::tie(Orig0, Reg0) = followCopyChain(Value0); in valuesIdentical()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3439 Value *Value0 = EmitScalarExpr(Arg0); in EmitBuiltinExpr() local
3442 Value *Values[] = {Value0, Value1}; in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24615 SDValue Value0, Value1; in splitVectorStore() local
24616 std::tie(Value0, Value1) = splitVector(StoredVal, DAG, DL); in splitVectorStore()
24617 unsigned HalfOffset = Value0.getValueType().getStoreSize(); in splitVectorStore()
24622 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(), in splitVectorStore()