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.cpp433 uint64_t InnerValue = de.getULEB128(cursor); in also_compatible_with() local
435 if (InnerValue >= strings.size()) { in also_compatible_with()
438 Twine(InnerValue) + " is not a valid " + in also_compatible_with()
443 << " = " << InnerValue; in also_compatible_with()
444 if (strings[InnerValue]) in also_compatible_with()
445 DescStream << " (" << strings[InnerValue] << ')'; in also_compatible_with()
459 StringRef InnerValue = de.getCStrRef(cursor); in also_compatible_with() local
461 << " = " << InnerValue; in also_compatible_with()
465 uint64_t InnerValue = de.getULEB128(cursor); in also_compatible_with() local
467 << " = " << InnerValue; in also_compatible_with()