Displaying 4 results from an estimated 4 matches for "cm_elf".
2018 Feb 20
2
Calling virtual elf functions under windows -> Adding ASM code
...ng with Visual Studio 2015, LLVM 5.0.1 and Windows 7 64bit.
I have a simple project. With 2 Header files and 1 cpp file.
"Interface.h"
This file defines a simple class with two pure virtual member functions.
"SimpleResult.h"
This file defines a struct holding an integer
"CM_Elf.cpp"
This file defines a class (CM_Elf) implementing the interface from
Interface.h
Also there is an instance of the class (named "elf").
I compile the CM_Elf.cpp to a CM_Elf.bc file via clang-cl but with target
"x86_64-pc-windows-elf"
In another application I use LLVM...
2018 Feb 07
0
Calling virtual elf functions under windows
...ng with Visual Studio 2015, LLVM 5.0.1 and Windows 7 64bit.
I have a simple project. With 2 Header files and 1 cpp file.
"Interface.h"
This file defines a simple class with two pure virtual member functions.
"SimpleResult.h"
This file defines a struct holding an integer
"CM_Elf.cpp"
This file defines a class (CM_Elf) implementing the interface from
Interface.h
Also there is an instance of the class (named "elf").
I compile the CM_Elf.cpp to a CM_Elf.bc file via clang-cl but with target
"x86_64-pc-windows-elf"
In another application I use LLVM...
2018 Feb 08
0
Calling virtual elf functions under windows -> Adding ASM code
...ng with Visual Studio 2015, LLVM 5.0.1 and Windows 7 64bit.
I have a simple project. With 2 Header files and 1 cpp file.
"Interface.h"
This file defines a simple class with two pure virtual member functions.
"SimpleResult.h"
This file defines a struct holding an integer
"CM_Elf.cpp"
This file defines a class (CM_Elf) implementing the interface from
Interface.h
Also there is an instance of the class (named "elf").
I compile the CM_Elf.cpp to a CM_Elf.bc file via clang-cl but with target
"x86_64-pc-windows-elf"
In another application I use LLVM...
2018 Feb 22
0
[cfe-dev] Calling virtual elf functions under windows -> Adding ASM code
...Windows 7 64bit.
>
> I have a simple project. With 2 Header files and 1 cpp file.
> "Interface.h"
> This file defines a simple class with two pure virtual member functions.
>
> "SimpleResult.h"
> This file defines a struct holding an integer
>
> "CM_Elf.cpp"
> This file defines a class (CM_Elf) implementing the interface from
> Interface.h
> Also there is an instance of the class (named "elf").
>
> I compile the CM_Elf.cpp to a CM_Elf.bc file via clang-cl but with target
> "x86_64-pc-windows-elf"
>
>...