search for: writetypesymbolic

Displaying 2 results from an estimated 2 matches for "writetypesymbolic".

2010 May 24
1
[LLVMdev] obtain programer-defined structure name.
Hi, I intend to trace the Use instructions of a variable object in its lifecycle, so, the first step is to obtain the type of the object. However, the datastructure object is complicated typed value, such as "struct file *f" in linux kernel. The problerm is what operations should be taken to obtain the type of Value "struct *file", and locate or such type Value*s *in a
2007 Apr 30
1
[LLVMdev] llvm-gcc build broken
...*, void*)': /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:1036: error: `WriteAsOperand' was not declared in this scope /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp: In function `void print_llvm_type(FILE*, void*)': /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:1045: error: `WriteTypeSymbolic' was not declared in this scope make[2]: *** [llvm-backend.o] Error 1 make[2]: Leaving directory `/ptmp/dag/build.llvm-gcc.opt/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/ptmp/dag/build.llvm-gcc.opt/gcc' make: *** [bootstrap] Error 2 Compilation exited abnorma...