Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp1321 unsigned augmentationLength = 0; in EmitCIE() local
1325 augmentationLength += 1; in EmitCIE()
1327 augmentationLength += getSizeForEncoding(Streamer, personalityEncoding); in EmitCIE()
1330 augmentationLength += 1; in EmitCIE()
1332 augmentationLength += 1; in EmitCIE()
1334 Streamer.EmitULEB128IntValue(augmentationLength); in EmitCIE()
1413 unsigned augmentationLength = 0; in EmitFDE() local
1416 augmentationLength += getSizeForEncoding(Streamer, frame.LsdaEncoding); in EmitFDE()
1418 Streamer.EmitULEB128IntValue(augmentationLength); in EmitFDE()