/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 70 struct LTOCodeGenerator { struct 89 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel() 93 void setFileType(CodeGenFileType FT) { FileType = FT; } in setFileType() 95 void setCpu(StringRef MCpu) { this->MCpu = MCpu; } in setCpu() 96 void setAttr(StringRef MAttr) { this->MAttr = MAttr; } in setAttr() 99 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize() 100 void setShouldEmbedUselists(bool Value) { ShouldEmbedUselists = Value; } in setShouldEmbedUselists() 124 /// LTOCodeGenerator::compilexxx(), and argument 184 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding() 188 LLVMContext &getContext() { return Context; } in getContext() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 72 struct LTOCodeGenerator { struct 91 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel() 97 void setFileType(CodeGenFileType FT) { Config.CGFileType = FT; } in setFileType() 99 void setCpu(StringRef MCpu) { Config.CPU = std::string(MCpu); } in setCpu() 100 void setAttrs(std::vector<std::string> MAttrs) { Config.MAttrs = MAttrs; } in setAttrs() 103 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize() 104 void setShouldEmbedUselists(bool Value) { ShouldEmbedUselists = Value; } in setShouldEmbedUselists() 105 void setSaveIRBeforeOptPath(std::string Value) { in setSaveIRBeforeOptPath() 131 /// LTOCodeGenerator::compilexxx(), and argument 186 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 72 struct LTOCodeGenerator { struct 91 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel() 97 void setFileType(CodeGenFileType FT) { Config.CGFileType = FT; } in setFileType() 99 void setCpu(StringRef MCpu) { Config.CPU = std::string(MCpu); } in setCpu() 100 void setAttrs(std::vector<std::string> MAttrs) { Config.MAttrs = MAttrs; } in setAttrs() 103 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize() 104 void setShouldEmbedUselists(bool Value) { ShouldEmbedUselists = Value; } in setShouldEmbedUselists() 105 void setSaveIRBeforeOptPath(std::string Value) { in setSaveIRBeforeOptPath() 131 /// LTOCodeGenerator::compilexxx(), and argument 186 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 73 struct LTOCodeGenerator { struct 92 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel() 98 void setFileType(CodeGenFileType FT) { Config.CGFileType = FT; } in setFileType() 100 void setCpu(StringRef MCpu) { Config.CPU = std::string(MCpu); } in setCpu() 101 void setAttrs(std::vector<std::string> MAttrs) { Config.MAttrs = MAttrs; } in setAttrs() 104 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize() 105 void setShouldEmbedUselists(bool Value) { ShouldEmbedUselists = Value; } in setShouldEmbedUselists() 106 void setSaveIRBeforeOptPath(std::string Value) { in setSaveIRBeforeOptPath() 132 /// LTOCodeGenerator::compilexxx(), and argument 187 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 72 struct LTOCodeGenerator { struct 91 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel() 97 void setFileType(CodeGenFileType FT) { Config.CGFileType = FT; } in setFileType() 99 void setCpu(StringRef MCpu) { Config.CPU = std::string(MCpu); } in setCpu() 100 void setAttrs(std::vector<std::string> MAttrs) { Config.MAttrs = MAttrs; } in setAttrs() 103 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize() 104 void setShouldEmbedUselists(bool Value) { ShouldEmbedUselists = Value; } in setShouldEmbedUselists() 105 void setSaveIRBeforeOptPath(std::string Value) { in setSaveIRBeforeOptPath() 131 /// LTOCodeGenerator::compilexxx(), and argument 186 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 72 struct LTOCodeGenerator { struct 91 void setCodePICModel(std::optional<Reloc::Model> Model) { in setCodePICModel() 97 void setFileType(CodeGenFileType FT) { Config.CGFileType = FT; } in setFileType() 99 void setCpu(StringRef MCpu) { Config.CPU = std::string(MCpu); } in setCpu() 100 void setAttrs(std::vector<std::string> MAttrs) { in setAttrs() 105 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize() 106 void setShouldEmbedUselists(bool Value) { ShouldEmbedUselists = Value; } in setShouldEmbedUselists() 107 void setSaveIRBeforeOptPath(std::string Value) { in setSaveIRBeforeOptPath() 133 /// LTOCodeGenerator::compilexxx(), and argument 188 void setFreestanding(bool Enabled) { Config.Freestanding = Enabled; } in setFreestanding() [all …]
|
/aosp_15_r20/external/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 64 struct LTOCodeGenerator { struct 82 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; } in setCodePICModel() 86 void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; } in setFileType() 88 void setCpu(const char *MCpu) { this->MCpu = MCpu; } in setCpu() 89 void setAttr(const char *MAttr) { this->MAttr = MAttr; } in setAttr() 92 void setShouldInternalize(bool Value) { ShouldInternalize = Value; } in setShouldInternalize() 93 void setShouldEmbedUselists(bool Value) { ShouldEmbedUselists = Value; } in setShouldEmbedUselists() 117 /// LTOCodeGenerator::compilexxx(), and argument 177 LLVMContext &getContext() { return Context; } in getContext() 179 void resetMergedModule() { MergedModule.reset(); } in resetMergedModule() [all …]
|
/aosp_15_r20/external/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 94 LTOCodeGenerator::LTOCodeGenerator(LLVMContext &Context) in LTOCodeGenerator() function in LTOCodeGenerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 111 LTOCodeGenerator::LTOCodeGenerator(LLVMContext &Context) in LTOCodeGenerator() function in LTOCodeGenerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 132 LTOCodeGenerator::LTOCodeGenerator(LLVMContext &Context) in LTOCodeGenerator() function in LTOCodeGenerator
|