Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2343 Function &F, ArrayRef<Instruction *> InstructionList) { in parseMetadataAttachment()
2519 Function &F, ArrayRef<Instruction *> InstructionList) { in parseMetadataAttachment()
H A DBitcodeReader.cpp621 SmallVector<Instruction *, 64> InstructionList; member in __anondf6e26480411::BitcodeReader
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp967 InstructionList::InstructionList() : m_instructions() {} in InstructionList() function in InstructionList
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h114 class InstructionList; variable