Home
last modified time | relevance | path

Searched defs:InstructionList (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2219 Function &F, ArrayRef<Instruction *> InstructionList) { in parseMetadataAttachment()
2395 Function &F, ArrayRef<Instruction *> InstructionList) { in parseMetadataAttachment()
H A DBitcodeReader.cpp599 SmallVector<Instruction *, 64> InstructionList; member in __anone38b3fdf0411::BitcodeReader
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp963 InstructionList::InstructionList() : m_instructions() {} in InstructionList() function in InstructionList
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h112 class InstructionList; variable