Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp294 A.getLSDATypeIndexTable() != B.getLSDATypeIndexTable()) in isIdenticalWith()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp1024 for (uint8_t const &Byte : BF.getLSDATypeIndexTable()) in emitLSDA()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1438 const ArrayRef<uint8_t> getLSDATypeIndexTable() const { in getLSDATypeIndexTable() function