Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/
DAction.cpp190 auto &BArchs = DDeps.getBoundArchs(); in OffloadAction()
221 DDeps.getBoundArchs()[i]); in OffloadAction()
/external/llvm-project/clang/include/clang/Driver/
DAction.h289 const BoundArchList &getBoundArchs() const { return DeviceBoundArchs; } in getBoundArchs() function