Searched refs:ModuleFlags (Results 1 – 7 of 7) sorted by relevance
| /external/llvm/include/llvm/CodeGen/ |
| D | TargetLoweringObjectFileImpl.h | 103 ArrayRef<Module::ModuleFlagEntry> ModuleFlags, 165 ArrayRef<Module::ModuleFlagEntry> ModuleFlags,
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | Module.cpp | 303 SmallVector<Module::ModuleFlagEntry, 8> ModuleFlags; in getModuleFlag() local 304 getModuleFlagsMetadata(ModuleFlags); in getModuleFlag() 305 for (const ModuleFlagEntry &MFE : ModuleFlags) { in getModuleFlag()
|
| /external/llvm/lib/IR/ |
| D | Module.cpp | 324 SmallVector<Module::ModuleFlagEntry, 8> ModuleFlags; in getModuleFlag() local 325 getModuleFlagsMetadata(ModuleFlags); in getModuleFlag() 326 for (const ModuleFlagEntry &MFE : ModuleFlags) { in getModuleFlag()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
| D | echo.cpp | 1093 LLVMModuleFlagEntry *ModuleFlags = in llvm_echo() local 1098 LLVMModuleFlagEntriesGetKey(ModuleFlags, i, &EntryNameLen); in llvm_echo() 1099 LLVMAddModuleFlag(M, LLVMModuleFlagEntriesGetFlagBehavior(ModuleFlags, i), in llvm_echo() 1101 LLVMModuleFlagEntriesGetMetadata(ModuleFlags, i)); in llvm_echo() 1118 LLVMDisposeModuleFlagsMetadata(ModuleFlags); in llvm_echo()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | TargetLoweringObjectFileImpl.cpp | 67 SmallVector<Module::ModuleFlagEntry, 8> ModuleFlags; in GetObjCImageInfo() local 68 M.getModuleFlagsMetadata(ModuleFlags); in GetObjCImageInfo() 70 for (const auto &MFE: ModuleFlags) { in GetObjCImageInfo() 134 SmallVector<Module::ModuleFlagEntry, 8> ModuleFlags; in emitModuleMetadata() local 135 M.getModuleFlagsMetadata(ModuleFlags); in emitModuleMetadata() 139 for (const auto &MFE : ModuleFlags) { in emitModuleMetadata()
|
| /external/llvm/lib/CodeGen/ |
| D | TargetLoweringObjectFileImpl.cpp | 470 ArrayRef<Module::ModuleFlagEntry> ModuleFlags, in emitModuleFlags() argument 477 for (const auto &MFE : ModuleFlags) { in emitModuleFlags() 1028 ArrayRef<Module::ModuleFlagEntry> ModuleFlags, in emitModuleFlags() argument 1032 for (const auto &MFE : ModuleFlags) { in emitModuleFlags()
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 1143 SmallVector<Module::ModuleFlagEntry, 8> ModuleFlags; in doFinalization() local 1144 M.getModuleFlagsMetadata(ModuleFlags); in doFinalization() 1145 if (!ModuleFlags.empty()) in doFinalization() 1146 TLOF.emitModuleFlags(*OutStreamer, ModuleFlags, *Mang, TM); in doFinalization()
|