Home
last modified time | relevance | path

Searched refs:getValueString (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h124 error_code getValueString(SmallVectorImpl<char> &Result) const;
572 inline error_code RelocationRef::getValueString(SmallVectorImpl<char> &Result) in getValueString() function
/trueos/contrib/llvm/lib/Object/
HDObject.cpp247 if (error_code ec = (*unwrap(RI))->getValueString(ret)) in LLVMGetRelocationValueString()
/trueos/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp523 if (error(rel_cur->getValueString(val))) goto skip_print_rel; in DisassembleObject()
559 if (error(ri->getValueString(valuestr))) continue; in PrintRelocations()