Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h101 bool HaveLineInfo = false; member
DCodeViewDebug.cpp327 if (!CurFn->HaveLineInfo) in maybeRecordLocation()
328 CurFn->HaveLineInfo = true; in maybeRecordLocation()
1927 if (!CurFn->HaveLineInfo) { in endFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h147 bool HaveLineInfo = false; member
DCodeViewDebug.cpp417 if (!CurFn->HaveLineInfo) in maybeRecordLocation()
418 CurFn->HaveLineInfo = true; in maybeRecordLocation()
2605 if (!CurFn->HaveLineInfo && !GV.getSubprogram()->isThunk()) { in endFunctionImpl()