Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h124 error_code getValueString(SmallVectorImpl<char> &Result) const;
581 inline error_code RelocationRef::getValueString(SmallVectorImpl<char> &Result) in getValueString() function
/external/llvm/lib/Object/
DObject.cpp247 if (error_code ec = (*unwrap(RI))->getValueString(ret)) in LLVMGetRelocationValueString()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp503 if (error(rel_cur->getValueString(val))) goto skip_print_rel; in DisassembleObject()
539 if (error(ri->getValueString(valuestr))) continue; in PrintRelocations()