Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h803 unsigned getCodeViewFlag() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp484 unsigned Module::getCodeViewFlag() const { in getCodeViewFlag() function in Module
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp64 Subtarget->isTargetWin32() && MF.getMMI().getModule()->getCodeViewFlag(); in runOnMachineFunction()
DX86FrameLowering.cpp994 !IsFunclet && STI.isTargetWin32() && MMI.getModule()->getCodeViewFlag(); in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp315 bool EmitCodeView = MMI->getModule()->getCodeViewFlag(); in doInitialization()