Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.h57 void ReadInstructions() const;
146 if (Instructions.empty()) ReadInstructions(); in getInstructions()
152 if (Instructions.empty()) ReadInstructions(); in getInstruction()
H A DCodeGenTarget.cpp465 void CodeGenTarget::ReadInstructions() const { in ReadInstructions() function in CodeGenTarget
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i906 ReadInstructions;
908 ReadInstructions (lldb::SBAddress base_addr, uint32_t count);
911 ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h801 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
804 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1931 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget
1935 return ReadInstructions(base_addr, count, nullptr); in ReadInstructions()
1938 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions() function in SBTarget