Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAssembler.h126 mutable SmallPtrSet<const MCSymbol *, 32> ThumbFuncs; variable
226 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); } in setIsThumbFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAssembler.h131 mutable SmallPtrSet<const MCSymbol *, 32> ThumbFuncs; variable
249 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); } in setIsThumbFunc()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h694 SmallPtrSet<const MCSymbol*, 64> ThumbFuncs; variable
768 return ThumbFuncs.count(Func); in isThumbFunc()
772 void setIsThumbFunc(const MCSymbol *Func) { ThumbFuncs.insert(Func); } in setIsThumbFunc()
/external/llvm/lib/MC/
DMCAssembler.cpp86 ThumbFuncs.clear(); in reset()
111 if (ThumbFuncs.count(Symbol)) in isThumbFunc()
131 ThumbFuncs.insert(Symbol); // Cache it. in isThumbFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAssembler.cpp106 ThumbFuncs.clear(); in reset()
134 if (ThumbFuncs.count(Symbol)) in isThumbFunc()
160 ThumbFuncs.insert(Symbol); // Cache it. in isThumbFunc()