Home
last modified time | relevance | path

Searched refs:getModuleFlag (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp310 Metadata *Module::getModuleFlag(StringRef Key) const { in getModuleFlag() function in Module
471 cast_or_null<ConstantAsMetadata>(getModuleFlag("NumRegisterParameters")); in getNumberRegisterParameters()
478 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion()
485 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("CodeView")); in getCodeViewFlag()
505 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level")); in getPICLevel()
519 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIE Level")); in getPIELevel()
533 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Code Model")); in getCodeModel()
558 return (IsCS ? getModuleFlag("CSProfileSummary") in getProfileSummary()
559 : getModuleFlag("ProfileSummary")); in getProfileSummary()
567 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("RtLibUseGOT")); in getRtLibUseGOT()
[all …]
DDebugInfo.cpp684 M.getModuleFlag("Debug Info Version"))) in getDebugMetadataVersionFromModule()
DCore.cpp378 return wrap(unwrap(M)->getModuleFlag({Key, KeyLen})); in LLVMGetModuleFlag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCFGuardLongjmp.cpp64 if (!MF.getMMI().getModule()->getModuleFlag("cfguard")) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IndirectBranchTracking.cpp104 MF.getMMI().getModule()->getModuleFlag("cf-protection-branch"); in runOnMachineFunction()
DX86AsmPrinter.cpp584 if (M.getModuleFlag("cf-protection-branch")) in EmitStartOfAsmFile()
586 if (M.getModuleFlag("cf-protection-return")) in EmitStartOfAsmFile()
639 if (M.getModuleFlag("cfguard")) in EmitStartOfAsmFile()
DX86ISelLowering.cpp3807 Metadata *IsCFProtectionSupported = M->getModuleFlag("cf-protection-branch"); in LowerCall()
31633 if (MF->getMMI().getModule()->getModuleFlag("cf-protection-return")) { in emitEHSjLjSetJmp()
31894 if (MF->getMMI().getModule()->getModuleFlag("cf-protection-return")) { in emitEHSjLjLongJmp()
46150 Metadata *IsCFProtectionSupported = M->getModuleFlag("cf-protection-branch"); in expandIndirectJTBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp168 F.getParent()->getModuleFlag("nvvm-reflect-ftz"))) in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetMachine.cpp95 F.getParent()->getModuleFlag("target-abi"))) { in getSubtargetImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp230 mdconst::extract_or_null<ConstantInt>(M.getModuleFlag("cfguard"))) in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp163 if (M.getModuleFlag("Cross-DSO CFI") == nullptr) in runOnModule()
DGlobalDCE.cpp165 cast_or_null<ConstantAsMetadata>(M.getModuleFlag("LTOPostLink")); in ScanVTables()
DThinLTOBitcodeWriter.cpp434 M.getModuleFlag("EnableSplitLTOUnit"))) in enableSplitLTOUnit()
DLowerTypeTests.cpp238 F->getParent()->getModuleFlag("CFI Canonical Jump Tables")); in isJumpTableCanonical()
1835 const bool CrossDsoCfi = M.getModuleFlag("Cross-DSO CFI") != nullptr; in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp647 M.getModuleFlag("EnableSplitLTOUnit"))) in buildModuleSummaryIndex()
730 mdconst::extract_or_null<ConstantInt>(M.getModuleFlag("ThinLTO"))) in buildModuleSummaryIndex()
DTargetLibraryInfo.cpp1602 M.getModuleFlag("wchar_size"))) in getWCharSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp156 if (!M.getModuleFlag(DIVersionKey)) in applyDebugifyMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp240 Metadata *Policy = M.getModuleFlag(MDKey); in EmitTargetFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h477 Metadata *getModuleFlag(StringRef Key) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp781 RVInstMarker = dyn_cast_or_null<MDString>(M.getModuleFlag(MarkerKey)); in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp730 SourceModule->getModuleFlag("wchar_size"))) { in emitAttributes()
741 SourceModule->getModuleFlag("min_enum_size"))) { in emitAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp386 MMI->getModule()->getModuleFlag("cfguard"))) in doInitialization()
DCodeViewDebug.cpp170 MMI->getModule()->getModuleFlag("CodeViewGHash")); in CodeViewDebug()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3736 mdconst::extract_or_null<ConstantInt>(M.getModuleFlag("ThinLTO"))) in writePerModuleGlobalValueSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2926 if (Metadata *Val = TheModule->getModuleFlag("Linker Options")) { in materializeMetadata()