Home
last modified time | relevance | path

Searched refs:InstsWithTBAATag (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
DLLParser.h96 SmallVector<Instruction*, 64> InstsWithTBAATag; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp234 for (auto *Inst : InstsWithTBAATag) { in validateEndOfModule()
1903 InstsWithTBAATag.push_back(&Inst); in parseInstructionMetadata()