Searched refs:augmentationLength (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1326 unsigned augmentationLength = 0; local
1330 augmentationLength += 1;
1332 augmentationLength += getSizeForEncoding(Streamer, personalityEncoding);
1335 augmentationLength += 1;
1337 augmentationLength += 1;
1339 Streamer.EmitULEB128IntValue(augmentationLength);
1418 unsigned augmentationLength = 0; local
1421 augmentationLength += getSizeForEncoding(Streamer, frame.LsdaEncoding);
1423 Streamer.EmitULEB128IntValue(augmentationLength);

Completed in 60 milliseconds