Searched defs:Targets (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DPlatform.cpp57 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { argument
H A DTarget.cpp60 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { argument
67 ArchitectureSet mapToArchitectureSet(ArrayRef<Target> Targets) { argument
H A DInterfaceFile.cpp111 addSymbol(SymbolKind Kind, StringRef Name, const TargetList &Targets, SymbolFlags Flags) argument
H A DTextStub.cpp232 TargetList Targets; member in struct:__anon5497::SymbolSection
243 std::vector<Target> Targets; member in struct:__anon5497::MetadataSection
248 std::vector<Target> Targets; member in struct:__anon5497::UmbrellaSection
596 TargetList Targets; local
641 const auto Targets = local
684 const auto Targets = local
979 TargetList Targets; member in struct:llvm::yaml::MappingTraits::NormalizedTBD_V4
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp57 std::vector<support::ulittle32_t> Targets = {support::ulittle32_t(ImportId)}; local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h52 std::vector<std::string> Targets; member in class:clang::DependencyOutputOptions
H A DUtils.h137 std::vector<std::string> Targets; member in class:clang::DependencyFileGenerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DTargetRegistry.cpp118 std::vector<std::pair<StringRef, const Target*> > Targets; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DSymbol.h59 Symbol(SymbolKind Kind, StringRef Name, TargetList Targets, SymbolFlags Flags) argument
109 TargetList Targets; member in class:llvm::MachO::Symbol
H A DInterfaceFile.h87 InterfaceFileRef(StringRef InstallName, const TargetList Targets) argument
93 template <typename RangeT> void addTargets(RangeT &&Targets) { argument
122 TargetList Targets; member in class:llvm::MachO::InterfaceFileRef
203 addTargets(RangeT &&Targets) argument
395 TargetList Targets; member in class:llvm::MachO::InterfaceFile
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp99 std::vector<Record *> Targets = Records.getAllDerivedDefinitions("Target"); local
H A DRegisterBankEmitter.cpp278 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); local
H A DCodeGenIntrinsics.h179 std::vector<TargetSet> Targets; member in class:llvm::CodeGenIntrinsicTable
H A DCodeGenTarget.cpp219 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp363 SmallSetVector<BasicBlock *, 16> Targets; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h259 static const SortedCallTargetSet SortCallTargets(const CallTargetMap &Targets) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1508 std::string Targets[Darwin::LastDarwinPlatform + 1]; local
1544 << Targets[FirstTarget] << Targets[I]; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp141 wholeprogramdevirt::findLowestOffset(ArrayRef<VirtualCallTarget> Targets, argument
214 setBeforeReturnValues( MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore, unsigned BitWidth, int64_t &OffsetByte, uint64_t &OffsetBit) argument
231 setAfterReturnValues( MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocAfter, unsigned BitWidth, int64_t &OffsetByte, uint64_t &OffsetBit) argument
H A DLowerTypeTests.cpp2019 std::vector<GlobalTypeMember *> Targets; local
312 create(BumpPtrAllocator &Alloc, CallInst *CI, ArrayRef<GlobalTypeMember *> Targets, unsigned UniqueId) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp739 SetVector<const MachineBasicBlock*> Targets; local
811 computeBlockSuccessors(const MachineBasicBlock *MB, SetVector<const MachineBasicBlock*> &Targets) argument
990 SetVector<const MachineBasicBlock*> Targets; local
2260 evaluate(const MachineInstr &BrI, const CellMap &Inputs, SetVector<const MachineBasicBlock*> &Targets, bool &FallsThru) argument
3141 SetVector<const MachineBasicBlock*> Targets; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6923 SmallVector<BranchFunnelTarget, 8> Targets; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp941 simplifyRelocatesOffABase(GCRelocateInst *RelocatedBase, const SmallVectorImpl<GCRelocateInst *> &Targets) argument

Completed in 509 milliseconds