Searched refs:GetLocation (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp293 GetLocation () const function in class:ReadUTFBufferAndDumpToStreamOptions
391 if (options.GetLocation() == 0 || options.GetLocation() == LLDB_INVALID_ADDRESS)
433 data_read = process_sp->ReadStringFromMemory(options.GetLocation(), buffer, bufferSPSize, error, type_width);
435 data_read = process_sp->ReadMemoryFromInferior(options.GetLocation(), (char*)buffer_sp->GetBytes(), bufferSPSize, error);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DDWARFExpression.h417 GetLocation (lldb::addr_t base_addr,
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h121 GetLocation ();
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp112 /// GetLocation - If the given instruction references a specific memory
117 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst, function
208 AliasAnalysis::ModRefResult MR = GetLocation(Inst, Loc, AA);
577 AliasAnalysis::ModRefResult MR = GetLocation(QueryInst, MemLoc, AA);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp1146 DWARFExpression::GetLocation (addr_t base_addr, addr_t pc, lldb::offset_t &offset, lldb::offset_t &length) function in class:DWARFExpression
1197 if (GetLocation (base_addr, address, offset, length))
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp549 SBValue::GetLocation () function in class:SBValue
562 log->Printf ("SBValue(%p)::GetLocation() => \"%s\"", value_sp.get(), cstr);
564 log->Printf ("SBValue(%p)::GetLocation() => NULL", value_sp.get());

Completed in 176 milliseconds