Home
last modified time | relevance | path

Searched refs:getTargets (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DIntrinsicEmitter.cpp126 for (const auto &Target : Ints.getTargets()) { in EmitEnumInfo()
134 auto KnowTargets = Ints.getTargets().drop_front(); in EmitEnumInfo()
232 for (const auto [Name, Offset, Count] : Ints.getTargets()) in EmitTargetInfo()
H A DCodeGenIntrinsics.h196 ArrayRef<TargetSet> getTargets() const { return Targets; } in getTargets() function
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp282 Expected<TargetList> getTargets(const Object *Section) { in getTargets() function
434 auto TargetsOrErr = getTargets(Obj); in getSymbolSection()
481 auto TargetsOrErr = getTargets(Obj); in getLibSection()
514 auto TargetsOrErr = getTargets(Obj); in getUmbrellaSection()