Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAssembler.h82 mutable SmallPtrSet<const MCSymbol *, 32> ThumbFuncs; variable
176 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); } in setIsThumbFunc()
/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCAssembler.cpp93 ThumbFuncs.clear(); in reset()
115 if (ThumbFuncs.count(Symbol)) in isThumbFunc()
141 ThumbFuncs.insert(Symbol); // Cache it. in isThumbFunc()