Searched refs:ReadInstructions (Results 1 - 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenTarget.h74 void ReadInstructions() const;
152 if (Instructions.empty()) ReadInstructions();
158 if (Instructions.empty()) ReadInstructions();
H A DCodeGenTarget.cpp266 void CodeGenTarget::ReadInstructions() const { function in class:CodeGenTarget
/external/lldb/include/lldb/API/
H A 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/
H A 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/
H A DSBTarget.cpp2291 SBTarget::ReadInstructions (lldb::SBAddress base_addr, uint32_t count) function in class:SBTarget
2293 return ReadInstructions (base_addr, count, NULL);
2297 SBTarget::ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string) function in class:SBTarget

Completed in 571 milliseconds