Home
last modified time | relevance | path

Searched refs:LSDATypeTableTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h195 using LSDATypeTableTy = SmallVector<uint64_t, 0>; variable
515 LSDATypeTableTy LSDATypeTable;
519 LSDATypeTableTy LSDATypeAddressTable;
1432 const LSDATypeTableTy &getLSDATypeTable() const { return LSDATypeTable; } in getLSDATypeTable()
1434 const LSDATypeTableTy &getLSDATypeAddressTable() const { in getLSDATypeAddressTable()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp993 const BinaryFunction::LSDATypeTableTy &TypeTable = in emitLSDA()