Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp55 Base = LookupAddr(E.Value0); in Interpret()
57 return createResolverError(E.Value0, E.Kind); in Interpret()
61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
63 return createResolverError(E.Value0, E.Kind); in Interpret()
72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret()
74 return createResolverError(E.Value0, E.Kind); in Interpret()
86 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, in Interpret()
95 Base = SectionedAddress{E.Value0, E.SectionIndex}; in Interpret()
99 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
102 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h33 uint64_t Value0; member
H A DDWARFDebugLoc.h32 uint64_t Value0; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2428 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1, const JoinVals &Other) const;
2603 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, in valuesIdentical() argument
2607 std::tie(Orig0, Reg0) = followCopyChain(Value0); in valuesIdentical()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24160 SDValue Value0, Value1; in splitVectorStore() local
24161 std::tie(Value0, Value1) = splitVector(StoredVal, DAG, DL); in splitVectorStore()
24162 unsigned HalfOffset = Value0.getValueType().getStoreSize(); in splitVectorStore()
24167 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(), in splitVectorStore()