Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp1311 unsigned augmentationLength = 0; in EmitCIE() local
1315 augmentationLength += 1; in EmitCIE()
1317 augmentationLength += getSizeForEncoding(streamer, personalityEncoding); in EmitCIE()
1320 augmentationLength += 1; in EmitCIE()
1322 augmentationLength += 1; in EmitCIE()
1324 streamer.EmitULEB128IntValue(augmentationLength); in EmitCIE()
1402 unsigned augmentationLength = 0; in EmitFDE() local
1405 augmentationLength += getSizeForEncoding(streamer, frame.LsdaEncoding); in EmitFDE()
1407 streamer.EmitULEB128IntValue(augmentationLength); in EmitFDE()