Searched refs:RefValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp192 unsigned RefValue; local
193 if (!Ref.getAsInteger(10, RefValue) &&
194 RefValue < Matches.size())
195 Res += Matches[RefValue];
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h508 /// RefValue. The resulting DIE might be in another CompileUnit which is
512 const DWARFFormValue &RefValue,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp63 /// Resolve the DIE attribute reference that has been extracted in \p RefValue.
68 const DWARFFormValue &RefValue,
71 assert(RefValue.isFormClass(DWARFFormValue::FC_Reference));
72 uint64_t RefOffset = *RefValue.getAsReference();
66 resolveDIEReference(const DwarfFile &File, const UnitListTy &Units, const DWARFFormValue &RefValue, const DWARFDie &DIE, CompileUnit *&RefCU) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7616 APValue RefValue;
7618 RefValue))
7620 return Success(RefValue, E);

Completed in 284 milliseconds