Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp311 size_t SegmentLength = FilenameSegmentLengths[J]; in emitDebugInfoForFunction() local
312 Asm->EmitInt32(SegmentLength); in emitDebugInfoForFunction()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp606 SegmentLength = DE.getU32(&Offset), in printCodeViewSection() local
610 12 + 8 * SegmentLength + in printCodeViewSection()
611 (HasColumnInformation ? 4 * SegmentLength : 0)) { in printCodeViewSection()
638 for (unsigned J = 0; J != SegmentLength && DE.isValidOffset(Offset); in printCodeViewSection()
653 for (unsigned J = 0; J != SegmentLength && DE.isValidOffset(Offset); in printCodeViewSection()