Home | History | Annotate | Download | only in src

Lines Matching defs:callSiteTableLength

54 | callSiteTableLength | (ULEB128) | Call Site Table length, used to find Action table |
647 uint32_t callSiteTableLength = static_cast<uint32_t>(readULEB128(&lsda));
649 const uint8_t* callSiteTableEnd = callSiteTableStart + callSiteTableLength;