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

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp176 unsigned RefValue; local
177 if (End != StringRef::npos && !Ref.getAsInteger(10, RefValue)) {
179 if (RefValue < Matches.size())
180 Res += Matches[RefValue];
212 unsigned RefValue; local
213 if (!Ref.getAsInteger(10, RefValue) &&
214 RefValue < Matches.size())
215 Res += Matches[RefValue];
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h382 /// RefValue. The resulting DIE might be in another CompileUnit.
386 resolveDIEReference(const DWARFFormValue &RefValue,
H A DDWARFLinkerCompileUnit.cpp380 const DWARFFormValue &RefValue,
383 *RefValue.getAsRelativeReference()) {
379 resolveDIEReference( const DWARFFormValue &RefValue, ResolveInterCUReferencesMode CanResolveInterCUReferences) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h528 /// RefValue. The resulting DIE might be in another CompileUnit which is
532 const DWARFFormValue &RefValue,
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp71 /// Resolve the DIE attribute reference that has been extracted in \p RefValue.
76 const DWARFFormValue &RefValue,
79 assert(RefValue.isFormClass(DWARFFormValue::FC_Reference));
80 uint64_t RefOffset = *RefValue.getAsReference();
74 resolveDIEReference(const DWARFFile &File, const UnitListTy &Units, const DWARFFormValue &RefValue, const DWARFDie &DIE, CompileUnit *&RefCU) argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6240 APValue *RefValue = Info.getParamSlot(Frame->Arguments, Param);
6241 if (!RefValue) {
6248 RefLValue.setFrom(Info.Ctx, *RefValue);
8347 APValue RefValue;
8349 RefValue))
8351 return Success(RefValue, E);
8534 APValue *RefValue =
8536 Result.setFrom(Info.Ctx, *RefValue);

Completed in 204 milliseconds