search for: coffasmparser

Displaying 3 results from an estimated 3 matches for "coffasmparser".

2011 Sep 08
0
[LLVMdev] [LLVM, llvm-mc, AsmParser] Symbol locations.
...we need insert add its location info. I also found that MCContext has several create symbols methods, but all these methods uses CreateSymbol private method. So I see two possible ways here: 1. To aggregate all GetOrCreate-like symbol methods inside the AsmParser. So all asm parser extension like a COFFAsmParser should use aggregated methods instead of MCContext ones. And inside the aggregated methods we can add symbol location info. 2. Add create-symbol event to the MCContext. So each time when symbol will created by the MCContext::CreateSymbol this event will be fired. We can process this event by adding...
2011 Sep 08
2
[LLVMdev] [LLVM, llvm-mc, AsmParser] Symbol locations.
Hi everybody. I found that there are some problems with symbol location in AsmParser. 1. We need to know where symbol was declared. 2. We need to know where symbol was defined first time. There are two ways: 1. Add helper table to the parser with additional symbol info. But it takes additional memory consumption. 2. Add user tag (void*) for MCSymbol object. As I understood MCSymbol can live
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...for Release+Asserts build llvm[3]: Compiling Disassembler.cpp for Release+Asserts build llvm[3]: Compiling StripSymbols.cpp for Release+Asserts build llvm[3]: Compiling MCDisassembler.cpp for Release+Asserts build llvm[2]: Compiling IntrinsicLowering.cpp for Release+Asserts build llvm[3]: Compiling COFFAsmParser.cpp for Release+Asserts build llvm[3]: Compiling MCExternalSymbolizer.cpp for Release+Asserts build llvm[3]: Building Release+Asserts Archive Library libLLVMipo.a make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Transforms/IPO' make[2]: Leaving directory '/home/NIKHILREDD...