Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp293 A.getLSDATypeTable() != B.getLSDATypeTable() || in isIdenticalWith()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp948 BF.getLSDATypeTable().size() * TTypeEncodingSize; // Types table size in emitLSDA()
995 : BF.getLSDATypeTable(); in emitLSDA()
996 assert(TypeTable.size() == BF.getLSDATypeTable().size() && in emitLSDA()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1432 const LSDATypeTableTy &getLSDATypeTable() const { return LSDATypeTable; } in getLSDATypeTable() function