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.cpp59 Base = LookupAddr(E.Value0); in Interpret()
61 return createResolverError(E.Value0, E.Kind); in Interpret()
65 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
67 return createResolverError(E.Value0, E.Kind); in Interpret()
76 std::optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
78 return createResolverError(E.Value0, E.Kind); in Interpret()
90 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, in Interpret()
99 Base = SectionedAddress{E.Value0, E.SectionIndex}; in Interpret()
103 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
106 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp26 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() argument
30 Values.push_back(Value0); in Arg()
33 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() argument
37 Values.push_back(Value0); in Arg()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h77 const char *Value0, const Arg *BaseArg = nullptr);
79 const char *Value0, const char *Value1,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h36 uint64_t Value0; member
H A DDWARFDebugLoc.h36 uint64_t Value0; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp835 BaseAddr = Entry.Value0; in processLocationList()
839 LowPC = BaseAddr + Entry.Value0; in processLocationList()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2601 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1,
2777 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, in valuesIdentical() argument
2781 std::tie(Orig0, Reg0) = followCopyChain(Value0); in valuesIdentical()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3548 Value *Value0 = EmitScalarExpr(Arg0); in EmitBuiltinExpr() local
3551 Value *Values[] = {Value0, Value1}; in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25469 SDValue Value0, Value1; in splitVectorStore() local
25470 std::tie(Value0, Value1) = splitVector(StoredVal, DAG, DL); in splitVectorStore()
25471 unsigned HalfOffset = Value0.getValueType().getStoreSize(); in splitVectorStore()
25476 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(), in splitVectorStore()