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

12

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp57 std::vector<support::ulittle32_t> Targets = {support::ulittle32_t(ImportId)}; local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h194 TargetIterable Targets() { function in class:lldb_private::TargetList
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp56 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { argument
H A DTarget.cpp55 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets) { argument
62 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { argument
69 ArchitectureSet mapToArchitectureSet(ArrayRef<Target> Targets) { argument
H A DTextStub.cpp232 TargetList Targets; member in struct:__anon2763::SymbolSection
243 std::vector<Target> Targets; member in struct:__anon2763::MetadataSection
248 std::vector<Target> Targets; member in struct:__anon2763::UmbrellaSection
558 TargetList Targets; local
604 const auto Targets = local
648 const auto Targets = local
944 TargetList Targets; member in struct:llvm::yaml::MappingTraits::NormalizedTBD_V4
[all...]
H A DTextStubV5.cpp256 const auto *Targets = Section->getArray(Keys[TBDKey::Targets]); local
274 const Array *Targets = Section->getArray(Keys[TBDKey::TargetInfo]); local
380 getSymbolSection(const Object *File, TBDKey Key, TargetList &Targets) argument
440 getLibSection(const Object *File, TBDKey Key, TBDKey SubKey, const TargetList &Targets) argument
472 getUmbrellaSection(const Object *File, const TargetList &Targets) argument
755 serializeTargets(const AggregateT Targets, const TargetList &ActiveTargets) argument
768 Array Targets; local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h77 std::vector<std::string> Targets; member in class:clang::DependencyOutputOptions
H A DUtils.h124 std::vector<std::string> Targets; member in class:clang::DependencyFileGenerator
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp117 std::vector<std::pair<StringRef, const Target*> > Targets; local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLine.cpp124 bool LVLine::equals(const LVLines *References, const LVLines *Targets) { argument
69 markMissingParents(const LVLines *References, const LVLines *Targets) argument
[all...]
H A DLVType.cpp173 markMissingParents(const LVTypes *References, const LVTypes *Targets) argument
225 parametersMatch(const LVTypes *References, const LVTypes *Targets) argument
269 equals(const LVTypes *References, const LVTypes *Targets) argument
[all...]
H A DLVSymbol.cpp281 markMissingParents(const LVSymbols *References, const LVSymbols *Targets) argument
333 parametersMatch(const LVSymbols *References, const LVSymbols *Targets) argument
369 equals(const LVSymbols *References, const LVSymbols *Targets) argument
[all...]
H A DLVScope.cpp959 bool LVScope::equals(const LVScopes *References, const LVScopes *Targets) { argument
890 markMissingParents(const LVScopes *References, const LVScopes *Targets, bool TraverseChildren) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbolSet.h100 addGlobal(SymbolKind Kind, StringRef Name, SymbolFlags Flags, RangeT &&Targets) argument
H A DSymbol.h84 Symbol(SymbolKind Kind, StringRef Name, TargetList Targets, SymbolFlags Flags) argument
158 TargetList Targets; member in class:llvm::MachO::Symbol
[all...]
H A DInterfaceFile.h95 InterfaceFileRef(StringRef InstallName, const TargetList Targets) argument
101 template <typename RangeT> void addTargets(RangeT &&Targets) { argument
134 TargetList Targets; member in class:llvm::MachO::InterfaceFileRef
200 addTargets(RangeT &&Targets) argument
364 addSymbol(SymbolKind Kind, StringRef Name, RangeT &&Targets, SymbolFlags Flags = SymbolFlags::None) argument
375 addSymbol(SymbolKind Kind, StringRef Name, TargetList &&Targets, SymbolFlags Flags = SymbolFlags::None) argument
457 TargetList Targets; member in class:llvm::MachO::InterfaceFile
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp100 std::vector<Record *> Targets = Records.getAllDerivedDefinitions("Target"); local
H A DCodeGenIntrinsics.h171 std::vector<TargetSet> Targets; member in class:llvm::CodeGenIntrinsicTable
H A DCodeGenTarget.cpp288 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp345 SmallSetVector<BasicBlock *, 16> Targets; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp206 wholeprogramdevirt::findLowestOffset(ArrayRef<VirtualCallTarget> Targets, argument
278 setBeforeReturnValues( MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore, unsigned BitWidth, int64_t &OffsetByte, uint64_t &OffsetBit) argument
295 setAfterReturnValues( MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocAfter, unsigned BitWidth, int64_t &OffsetByte, uint64_t &OffsetBit) argument
H A DLowerTypeTests.cpp2270 std::vector<GlobalTypeMember *> Targets; local
318 create(BumpPtrAllocator &Alloc, CallInst *CI, ArrayRef<GlobalTypeMember *> Targets, unsigned UniqueId) argument
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1898 std::string Targets[Darwin::LastDarwinPlatform + 1]; local
1935 << Targets[FirstTarget] << Targets[I]; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp737 SetVector<const MachineBasicBlock*> Targets; local
812 computeBlockSuccessors(const MachineBasicBlock *MB, SetVector<const MachineBasicBlock*> &Targets) argument
993 SetVector<const MachineBasicBlock*> Targets; local
2258 evaluate(const MachineInstr &BrI, const CellMap &Inputs, SetVector<const MachineBasicBlock*> &Targets, bool &FallsThru) argument
3141 SetVector<const MachineBasicBlock*> Targets; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h406 static const SortedCallTargetSet SortCallTargets(const CallTargetMap &Targets) { argument
415 static const CallTargetMap adjustCallTargets(const CallTargetMap &Targets, argument

Completed in 427 milliseconds

12