Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/IR/
H A DModule.cpp473 unsigned Module::getCodeViewFlag() const { in getCodeViewFlag() function in Module
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModule.cpp484 unsigned Module::getCodeViewFlag() const { in getCodeViewFlag() function in Module
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModule.h808 unsigned getCodeViewFlag() const;
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DModule.h791 unsigned getCodeViewFlag() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp64 Subtarget->isTargetWin32() && MF.getMMI().getModule()->getCodeViewFlag(); in runOnMachineFunction()
H A DX86FrameLowering.cpp994 !IsFunclet && STI.isTargetWin32() && MMI.getModule()->getCodeViewFlag(); in emitPrologue()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DModule.h837 unsigned getCodeViewFlag() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DModule.h916 unsigned getCodeViewFlag() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DModule.h911 unsigned getCodeViewFlag() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DModule.h916 unsigned getCodeViewFlag() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DModule.h922 unsigned getCodeViewFlag() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModule.cpp568 unsigned Module::getCodeViewFlag() const { in getCodeViewFlag() function in Module
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp68 Subtarget->isTargetWin32() && MF.getMMI().getModule()->getCodeViewFlag(); in runOnMachineFunction()
H A DX86FrameLowering.cpp1499 !IsFunclet && STI.isTargetWin32() && MMI.getModule()->getCodeViewFlag(); in emitPrologue()
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp252 bool EmitCodeView = MMI->getModule()->getCodeViewFlag(); in doInitialization()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp315 bool EmitCodeView = MMI->getModule()->getCodeViewFlag(); in doInitialization()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp495 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization()