Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h831 unsigned getCodeViewFlag() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp67 Subtarget->isTargetWin32() && MF.getMMI().getModule()->getCodeViewFlag(); in runOnMachineFunction()
H A DX86FrameLowering.cpp1338 !IsFunclet && STI.isTargetWin32() && MMI.getModule()->getCodeViewFlag(); in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp567 unsigned Module::getCodeViewFlag() const { in getCodeViewFlag() function in Module
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp330 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization()