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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h58 void ReadInstructions() const;
142 if (Instructions.empty()) ReadInstructions();
148 if (Instructions.empty()) ReadInstructions();
H A DCodeGenTarget.cpp397 void CodeGenTarget::ReadInstructions() const { function in class:CodeGenTarget
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i907 ReadInstructions;
909 ReadInstructions (lldb::SBAddress base_addr, uint32_t count);
912 ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h775 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
778 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2014 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, function in class:SBTarget
2016 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions,
2019 return LLDB_RECORD_RESULT(ReadInstructions(base_addr, count, nullptr));
2022 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, function in class:SBTarget
2025 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions,
2609 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions,
2611 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions,

Completed in 133 milliseconds