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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h255 for (size_t OutputIndex = 0; OutputIndex < InputSize / 2; ++OutputIndex) {
257 if (!tryGetHexFromNibbles(InputPtr[OutputIndex * 2 + 0], // MSB
258 InputPtr[OutputIndex * 2 + 1], // LSB
261 OutputPtr[OutputIndex] = Hex;
H A DSTLExtras.h2416 auto constexpr OutputIndex =
2418 return all_of_zip_predicate_first(std::get<OutputIndex>(argsThenPredicate),
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp127 uint32_t OutputIndex = InvalidIndex; member in struct:__anon2103::WasmCustomSection
1152 writeRelocSection(Sec.OutputIndex, Sec.Name, Relocations);
1191 CustomSections[Sym.ElementIndex].OutputIndex;
1252 CustomSection.OutputIndex = Section.Index;

Completed in 180 milliseconds