Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp502 unsigned RVer = DIUnit.getRunTimeVersion(); in constructCompileUnit() local
503 if (RVer) in constructCompileUnit()
505 dwarf::DW_FORM_data1, RVer); in constructCompileUnit()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp432 if (unsigned RVer = DIUnit->getRuntimeVersion()) in constructDwarfCompileUnit() local
434 dwarf::DW_FORM_data1, RVer); in constructDwarfCompileUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp580 if (unsigned RVer = DIUnit->getRuntimeVersion()) in getOrCreateDwarfCompileUnit() local
582 dwarf::DW_FORM_data1, RVer); in getOrCreateDwarfCompileUnit()