Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp407 uint64_t InnerValue = de.getULEB128(cursor); in also_compatible_with() local
409 if (InnerValue >= strings.size()) { in also_compatible_with()
412 Twine(InnerValue) + " is not a valid " + in also_compatible_with()
417 << " = " << InnerValue; in also_compatible_with()
418 if (strings[InnerValue]) in also_compatible_with()
419 DescStream << " (" << strings[InnerValue] << ')'; in also_compatible_with()
433 StringRef InnerValue = de.getCStrRef(cursor); in also_compatible_with() local
435 << " = " << InnerValue; in also_compatible_with()
439 uint64_t InnerValue = de.getULEB128(cursor); in also_compatible_with() local
441 << " = " << InnerValue; in also_compatible_with()