Displaying 2 results from an estimated 2 matches for "mvar".
Did you mean:
mar
2011 Jan 06
0
[LLVMdev] Null address pointer in llvm.dbg.declare
Hi,
I'm encountering a problem with llvm.dbg.declare. My code looks
basically like this:
if(DbgDeclareInst *dbg = dyn_cast<DbgDeclareInst>(&inst)) {
const Value* addr = dbg->getAddress();
const MDNode* mvar = dbg->getVariable();
...
}
While the MDNode (mvar) contains the correct information (name of the
variable, etc...), getAddress always returns NULL. Am I missing
something, or is there some other way to access the variable being
declared?
NB: this happens when processing the following bitcode...
2012 Jun 08
3
Resolution issue with exporting plots from R and write tables in Latex code for producing pdf document
...SortedDataInList1[[i]][,1])),ylab="Real
power received (mw)",xlab="Date/Time ind.(10 min. int.)",type="p",cex=.001)
plot(1:length(SortedDataInList1[[i]][,1]),SortedDataInList1[[i]][,15],xlim=c(1,length(SortedDataInList1[[i]][,1])),ylab="Reactive
power delivered (MVAr)",xlab="Date/Time ind.(10 min.
int.)",type="p",cex=.001)
plot(1:length(SortedDataInList1[[i]][,1]),SortedDataInList1[[i]][,16],xlim=c(1,length(SortedDataInList1[[i]][,1])),ylab="Reactive
power received (MVAr)",xlab="Date/Time ind.(10 min.
int.)",type=&q...