Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DModule.cpp323 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()
DDebugInfo.cpp292 M.getModuleFlag("Debug Info Version"))) in getDebugMetadataVersionFromModule()
/external/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp209 F.getParent()->getModuleFlag("nvvm-reflect-ftz"))) in runOnFunction()
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp152 if (M.getModuleFlag("Cross-DSO CFI") == nullptr) in runOnModule()
/external/llvm/include/llvm/IR/
DModule.h438 Metadata *getModuleFlag(StringRef Key) const;
/external/llvm/lib/LTO/
DLTOModule.cpp639 if (Metadata *Val = getModule().getModuleFlag("Linker Options")) { in parseMetadata()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp840 SourceModule->getModuleFlag("wchar_size"))) { in emitAttributes()
851 SourceModule->getModuleFlag("min_enum_size"))) { in emitAttributes()