/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Module.cpp | 302 Metadata *Module::getModuleFlag(StringRef Key) const { in getModuleFlag() function in Module 447 cast_or_null<ConstantAsMetadata>(getModuleFlag("NumRegisterParameters")); in getNumberRegisterParameters() 454 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() 461 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("CodeView")); in getCodeViewFlag() 481 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level")); in getPICLevel() 495 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIE Level")); in getPIELevel() 513 return getModuleFlag("ProfileSummary"); in getProfileSummary() 521 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("RtLibUseGOT")); in getRtLibUseGOT()
|
D | DebugInfo.cpp | 686 M.getModuleFlag("Debug Info Version"))) in getDebugMetadataVersionFromModule()
|
D | Core.cpp | 362 return wrap(unwrap(M)->getModuleFlag({Key, KeyLen})); in LLVMGetModuleFlag()
|
/external/llvm/lib/IR/ |
D | Module.cpp | 323 Metadata *Module::getModuleFlag(StringRef Key) const { in getModuleFlag() function in Module 467 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() 474 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("CodeView")); in getCodeViewFlag() 487 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level")); in getPICLevel() 501 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIE Level")); in getPIELevel() 519 return getModuleFlag("ProfileSummary"); in getProfileSummary()
|
D | DebugInfo.cpp | 292 M.getModuleFlag("Debug Info Version"))) in getDebugMetadataVersionFromModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86IndirectBranchTracking.cpp | 94 MF.getMMI().getModule()->getModuleFlag("cf-protection-branch"); in runOnMachineFunction()
|
D | X86AsmPrinter.cpp | 547 if (M.getModuleFlag("cf-protection-branch")) in EmitStartOfAsmFile() 549 if (M.getModuleFlag("cf-protection-return")) in EmitStartOfAsmFile()
|
D | X86ISelLowering.cpp | 3462 Metadata *IsCFProtectionSupported = M->getModuleFlag("cf-protection-branch"); in LowerCall() 27961 if (MF->getMMI().getModule()->getModuleFlag("cf-protection-return")) { in emitEHSjLjSetJmp() 28218 if (MF->getMMI().getModule()->getModuleFlag("cf-protection-return")) { in emitEHSjLjLongJmp() 39792 Metadata *IsCFProtectionSupported = M->getModuleFlag("cf-protection-branch"); in expandIndirectJTBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVVMReflect.cpp | 164 F.getParent()->getModuleFlag("nvvm-reflect-ftz"))) in runOnFunction()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVVMReflect.cpp | 209 F.getParent()->getModuleFlag("nvvm-reflect-ftz"))) in runOnFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 152 if (M.getModuleFlag("Cross-DSO CFI") == nullptr) in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 167 if (M.getModuleFlag("Cross-DSO CFI") == nullptr) in runOnModule()
|
D | LowerTypeTests.cpp | 1757 const bool CrossDsoCfi = M.getModuleFlag("Cross-DSO CFI") != nullptr; in lower()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | Debugify.cpp | 163 if (!M.getModuleFlag(DIVersionKey)) in applyDebugifyMetadata()
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 438 Metadata *getModuleFlag(StringRef Key) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Module.h | 462 Metadata *getModuleFlag(StringRef Key) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 550 mdconst::extract_or_null<ConstantInt>(M.getModuleFlag("ThinLTO"))) in buildModuleSummaryIndex()
|
D | TargetLibraryInfo.cpp | 1635 M.getModuleFlag("wchar_size"))) in getWCharSize()
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 639 if (Metadata *Val = getModule().getModuleFlag("Linker Options")) { in parseMetadata()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 729 SourceModule->getModuleFlag("wchar_size"))) { in emitAttributes() 740 SourceModule->getModuleFlag("min_enum_size"))) { in emitAttributes()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 840 SourceModule->getModuleFlag("wchar_size"))) { in emitAttributes() 851 SourceModule->getModuleFlag("min_enum_size"))) { in emitAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 366 MMI->getModule()->getModuleFlag("cfguard"))) in doInitialization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 3529 mdconst::extract_or_null<ConstantInt>(M.getModuleFlag("ThinLTO"))) in writePerModuleGlobalValueSummary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2695 if (Metadata *Val = TheModule->getModuleFlag("Linker Options")) { in materializeMetadata()
|