Home
last modified time | relevance | path

Searched defs:CallSiteTableLength (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/lib/Core/
H A DExceptions.cpp163 uint32_t CallSiteTableLength = Data.getULEB128(&Offset); parseLSDA() local
H A DBinaryEmitter.cpp916 uint64_t CallSiteTableLength = llvm::size(Sites) * 4 * 3; emitLSDA() local