search for: getobjectformatnam

Displaying 10 results from an estimated 10 matches for "getobjectformatnam".

Did you mean: getobjectformatname
2012 Aug 17
3
[LLVMdev] RFC: MCJIT enhancements
..., const Twine &ObjFmtStr) > > Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr) > > bool hasExplicitObjectFormat() const > > ObjectFormatType getObjectFormat() const > > StringRef getObjectFormatName() const > > bool isOutputObjectFormatELF() const > > bool isOutputObjectFormatCOFF() const > > bool isOutputObjectFormatMachO() const > > static const char * getObjectFormatName(ObjectFormatType Kind) > > > > 5. When an object format is specified,...
2012 Aug 16
2
[LLVMdev] RFC: MCJIT enhancements
...e &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr) Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr) bool hasExplicitObjectFormat() const ObjectFormatType getObjectFormat() const StringRef getObjectFormatName() const bool isOutputObjectFormatELF() const bool isOutputObjectFormatCOFF() const bool isOutputObjectFormatMachO() const static const char * getObjectFormatName(ObjectFormatType Kind) 5. When an object format is specified, it will be used by MC and MCJIT if supported for the specifie...
2012 Aug 17
0
[LLVMdev] RFC: MCJIT enhancements
...p;ObjFmtStr)**** > > Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, > const Twine &ObjFmtStr, const Twine &EnvStr)**** > > bool hasExplicitObjectFormat() const**** > > ObjectFormatType getObjectFormat() const**** > > StringRef getObjectFormatName() const**** > > bool isOutputObjectFormatELF() const**** > > bool isOutputObjectFormatCOFF() const**** > > bool isOutputObjectFormatMachO() const**** > > static const char * getObjectFormatName(ObjectFormatType Kind)**** > > ** ** > > **5. **When an object...
2012 Sep 05
2
[LLVMdev] RFC: MCJIT enhancements
...e &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr) Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr) bool hasExplicitObjectFormat() const ObjectFormatType getObjectFormat() const StringRef getObjectFormatName() const bool isOutputObjectFormatELF() const bool isOutputObjectFormatCOFF() const bool isOutputObjectFormatMachO() const static const char * getObjectFormatName(ObjectFormatType Kind) 5. When an object format is specified, it will be used by MC and MCJIT if supported for the specifie...
2012 Aug 28
0
[LLVMdev] RFC: MCJIT enhancements
...e &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr) Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr) bool hasExplicitObjectFormat() const ObjectFormatType getObjectFormat() const StringRef getObjectFormatName() const bool isOutputObjectFormatELF() const bool isOutputObjectFormatCOFF() const bool isOutputObjectFormatMachO() const static const char * getObjectFormatName(ObjectFormatType Kind) 5. When an object format is specified, it will be used by MC and MCJIT if supported for the specifie...
2012 Sep 05
0
[LLVMdev] RFC: MCJIT enhancements
..., const Twine &ObjFmtStr) > > Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr) > > bool hasExplicitObjectFormat() const > > ObjectFormatType getObjectFormat() const > > StringRef getObjectFormatName() const > > bool isOutputObjectFormatELF() const > > bool isOutputObjectFormatCOFF() const > > bool isOutputObjectFormatMachO() const > > static const char * getObjectFormatName(ObjectFormatType Kind) > > > > 5. When an object format is specified,...
2012 Sep 07
2
[LLVMdev] RFC: MCJIT enhancements
...t;> >> Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr) >> >> bool hasExplicitObjectFormat() const >> >> ObjectFormatType getObjectFormat() const >> >> StringRef getObjectFormatName() const >> >> bool isOutputObjectFormatELF() const >> >> bool isOutputObjectFormatCOFF() const >> >> bool isOutputObjectFormatMachO() const >> >> static const char * getObjectFormatName(ObjectFormatType Kind) >> >> >> >&g...
2012 Aug 16
0
[LLVMdev] RFC: MCJIT enhancements
On Wed, Jul 25, 2012 at 12:24 AM, Kaylor, Andrew <andrew.kaylor at intel.com>wrote: > > -------------------------------**** > > ELF Support on Windows**** > > -------------------------------**** > > **** > > There are various reasons that it would be nice to be able to support > generation of ELF objects on Windows through the MCJIT interface, one of >
2012 Sep 07
0
[LLVMdev] RFC: MCJIT enhancements
...e &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr) Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr) bool hasExplicitObjectFormat() const ObjectFormatType getObjectFormat() const StringRef getObjectFormatName() const bool isOutputObjectFormatELF() const bool isOutputObjectFormatCOFF() const bool isOutputObjectFormatMachO() const static const char * getObjectFormatName(ObjectFormatType Kind) 5. When an object format is specified, it will be used by MC and MCJIT if supported for the specifie...
2012 Jul 24
5
[LLVMdev] RFC: MCJIT enhancements
Following up and expanding on an earlier conversation, I'd like to discuss making several non-trivial changes to the MCJIT engine and related objects. There may be some interdependencies between these changes, but I think that they can be logically grouped as follows: * Lazy module compilation * Enhance the JIT memory manager interface to enable section-based memory protection * Clean up