Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp198 auto &BArchs = DDeps.getBoundArchs(); in OffloadAction()
230 DDeps.getBoundArchs()[i], in OffloadAction()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h312 const BoundArchList &getBoundArchs() const { return DeviceBoundArchs; } in getBoundArchs() function