Home
last modified time | relevance | path

Searched refs:ReadInstructions (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenTarget.h74 void ReadInstructions() const;
152 if (Instructions.empty()) ReadInstructions(); in getInstructions()
158 if (Instructions.empty()) ReadInstructions(); in getInstruction()
DCodeGenTarget.cpp266 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
/external/lldb/include/lldb/API/
DSBTarget.h754 ReadInstructions (lldb::SBAddress base_addr, uint32_t count);
757 ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string);
/external/lldb/scripts/Python/interface/
DSBTarget.i728 ReadInstructions (lldb::SBAddress base_addr, uint32_t count);
731 ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string);
/external/lldb/source/API/
DSBTarget.cpp2291 SBTarget::ReadInstructions (lldb::SBAddress base_addr, uint32_t count) in ReadInstructions() function in SBTarget
2293 return ReadInstructions (base_addr, count, NULL); in ReadInstructions()
2297 SBTarget::ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string) in ReadInstructions() function in SBTarget
/external/lldb/www/python_reference/
Dapi-objects.txt3664 lldb.SBTarget.ReadInstructions lldb.SBTarget-class.html#ReadInstructions