/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.cpp | 1 //===- ModuleDebugStream.cpp - PDB Module Info Stream Access --------------===// 31 const DbiModuleDescriptor &Module, in ModuleDebugStreamRef() 33 : Mod(Module), Stream(std::move(Stream)) {} in ModuleDebugStreamRef() 57 "Module has both C11 and C13 line info"); in reloadSerialize() 30 ModuleDebugStreamRef( const DbiModuleDescriptor &Module, std::unique_ptr<MappedBlockStream> Stream) ModuleDebugStreamRef() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Speculation.cpp | 16 #include "llvm/IR/Module.h" 64 assert(TSM && "Speculation Layer received Null Module ?"); in emit() 66 "Module with null LLVMContext?"); in emit() 68 // Instrumentation of runtime calls, lock the Module in emit() 69 TSM.withModuleDo([this, &R](Module &M) { in emit() 139 assert(!TSM.withModuleDo([](const Module &M) { return verifyModule(M); }) && in emit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IRPrintingPasses.cpp | 1 //===--- IRPrintingPasses.cpp - Module and Function printing passes -------===// 15 #include "llvm/IR/Module.h" 29 PreservedAnalyses PrintModulePass::run(Module &M, ModuleAnalysisManager &) { in run() 77 bool runOnModule(Module &M) override { 87 StringRef getPassName() const override { return "Print Module IR"; }
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | cfg.h | 31 explicit CFG(Module* module); 156 // Module for this CFG. 157 Module* module_;
|
H A D | decoration_manager.h | 30 // A class for analyzing and managing decorations in an Module. 34 explicit DecorationManager(Module* module) : module_(module) { in DecorationManager() 203 Module* module_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | cfg.h | 31 explicit CFG(Module* module); 156 // Module for this CFG. 157 Module* module_;
|
H A D | decoration_manager.h | 30 // A class for analyzing and managing decorations in an Module. 34 explicit DecorationManager(Module* module) : module_(module) { in DecorationManager() 203 Module* module_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IRTransformLayer.h | 22 class Module; 78 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 30 OpenMPIRBuilder(Module &M) : M(M), Builder(M.getContext()) {} in OpenMPIRBuilder() 236 Module &M;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Intrinsics.h | 29 class Module; 83 Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
H A D | Config.h | 30 class Module; 153 /// Module hooks must be thread safe with respect to the linker's internal 159 using ModuleHookFn = std::function<bool(unsigned Task, const Module &)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 43 #include "llvm/IR/Module.h" 206 Module &TheModule, 218 std::unique_ptr<Module> MergedModule;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 33 class Module; 79 PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeExtractor.h | 36 class Module; 217 Function *oldFunction, Module *M);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 54 void print(raw_ostream &O, const Module *M = nullptr) const override; 72 void Delinearization::print(raw_ostream &O, const Module *) const { in print()
|
H A D | ObjCARCAliasAnalysis.cpp | 152 bool ObjCARCAAWrapperPass::doInitialization(Module &M) { in doInitialization() 157 bool ObjCARCAAWrapperPass::doFinalization(Module &M) { in doFinalization()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CtorUtils.cpp | 18 #include "llvm/IR/Module.h" 80 static GlobalVariable *findGlobalCtors(Module &M) { in findGlobalCtors() 117 Module &M, function_ref<bool(Function *)> ShouldRemove) { in optimizeGlobalCtorsList()
|
H A D | SanitizerStats.cpp | 19 #include "llvm/IR/Module.h" 24 SanitizerStatReport::SanitizerStatReport(Module *M) : M(M) { in SanitizerStatReport() 44 Module *M = F->getParent(); in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Intrinsics.h | 30 class Module; 81 Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAliasAnalysis.h | 19 #include "llvm/IR/Module.h" 86 bool doInitialization(Module &M) override { 92 bool doFinalization(Module &M) override {
|
H A D | AMDGPUAlwaysInlinePass.cpp | 19 #include "llvm/IR/Module.h" 42 bool runOnModule(Module &M) override; 87 bool AMDGPUAlwaysInline::runOnModule(Module &M) { in runOnModule()
|
H A D | AMDGPULowerIntrinsics.cpp | 16 #include "llvm/IR/Module.h" 36 bool runOnModule(Module &M) override; 131 bool AMDGPULowerIntrinsics::runOnModule(Module &M) { in runOnModule()
|
H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 41 #include "llvm/IR/Module.h" 61 bool runOnModule(Module &M) override; 105 bool AMDGPUOpenCLEnqueuedBlockLowering::runOnModule(Module &M) { in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.h | 98 void EmitStartOfAsmFile(Module &M) override; 99 void EmitEndOfAsmFile(Module &M) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFAsmPrinter.cpp | 44 bool doInitialization(Module &M) override; 58 bool BPFAsmPrinter::doInitialization(Module &M) { in doInitialization()
|