Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h255 for (size_t OutputIndex = 0; OutputIndex < InputSize / 2; ++OutputIndex) { in tryGetFromHex() local
257 if (!tryGetHexFromNibbles(InputPtr[OutputIndex * 2 + 0], // MSB in tryGetFromHex()
258 InputPtr[OutputIndex * 2 + 1], // LSB in tryGetFromHex()
261 OutputPtr[OutputIndex] = Hex; in tryGetFromHex()
H A DSTLExtras.h2442 auto constexpr OutputIndex =
2444 return all_of_zip_predicate_first(std::get<OutputIndex>(argsThenPredicate),
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp126 uint32_t OutputIndex = InvalidIndex; member
1149 writeRelocSection(Sec.OutputIndex, Sec.Name, Relocations); in writeCustomRelocSections()
1188 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1248 CustomSection.OutputIndex = Section.Index; in writeCustomSection()