Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DGeneratorTest.cpp50 Index IndexB; in TEST() local
51 IndexB.Name = "B"; in TEST()
54 IndexB.Children.emplace_back(std::move(IndexC)); in TEST()
55 ExpectedIdx.Children.emplace_back(std::move(IndexB)); in TEST()
/external/llvm-project/llvm/lib/MC/
DXCOFFObjectWriter.cpp474 const uint32_t IndexB = getIndex(SymB, SymBSec); in recordRelocation() local
478 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5125 int IndexB = in analyzeInterleaving() local
5129 if (Group->insertMember(B, IndexB, DesB.Align)) { in analyzeInterleaving()