Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp75 auto CuVector = std::find_if( in dumpSymbolTable() local
80 assert(CuVector != ConstantPoolVectors.end() && "Invalid symbol table"); in dumpSymbolTable()
81 uint32_t CuVectorId = CuVector - ConstantPoolVectors.begin(); in dumpSymbolTable()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp2521 Symbols[ShardId][Idx - 1].CuVector.push_back(V); in createSymbols()
2549 Off += (Sym.CuVector.size() + 1) * 4; in createSymbols()
2651 write32le(Buf, Sym.CuVector.size()); in writeTo()
2653 for (uint32_t Val : Sym.CuVector) { in writeTo()
H A DSyntheticSections.h700 std::vector<uint32_t> CuVector; member