Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStringExtras.h242 for (size_t OutputIndex = 0; OutputIndex < InputSize / 2; ++OutputIndex) { in tryGetFromHex() local
244 if (!tryGetHexFromNibbles(InputPtr[OutputIndex * 2 + 0], // MSB in tryGetFromHex()
245 InputPtr[OutputIndex * 2 + 1], // LSB in tryGetFromHex()
248 OutputPtr[OutputIndex] = Hex; in tryGetFromHex()
H A DSTLExtras.h2289 auto constexpr OutputIndex =
2291 return all_of_zip_predicate_first(std::get<OutputIndex>(argsThenPredicate),
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp127 uint32_t OutputIndex = InvalidIndex; member
1150 writeRelocSection(Sec.OutputIndex, Sec.Name, Relocations); in writeCustomRelocSections()
1189 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1250 CustomSection.OutputIndex = Section.Index; in writeCustomSection()