Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp296 size_t SegmentLength = FilenameSegmentLengths[J]; in emitDebugInfoForFunction() local
297 Asm->EmitInt32(SegmentLength); in emitDebugInfoForFunction()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp590 SegmentLength = DE.getU32(&Offset), in printCodeViewDebugInfo() local
592 if (FullSegmentSize != 12 + 8 * SegmentLength) { in printCodeViewDebugInfo()
619 for (unsigned J = 0; J != SegmentLength && DE.isValidOffset(Offset); in printCodeViewDebugInfo()