/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TargetList.cpp | 32 llvm::StringRef TargetList::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass() 38 TargetList::TargetList(Debugger &debugger) in TargetList() function in TargetList 40 TargetList::GetStaticBroadcasterClass().str()), in TargetList() 45 Status TargetList::CreateTarget(Debugger &debugger, in CreateTarget() 52 auto result = TargetList::CreateTargetInternal( in CreateTarget() 61 Status TargetList::CreateTarget(Debugger &debugger, in CreateTarget() 67 auto result = TargetList::CreateTargetInternal( in CreateTarget() 76 Status TargetList::CreateTargetInternal( in CreateTargetInternal() 241 return TargetList::CreateTargetInternal(debugger, user_exe_path, in CreateTargetInternal() 246 Status TargetList::CreateTargetInternal(Debugger &debugger, in CreateTargetInternal() [all …]
|
H A D | Target.cpp | 2620 TargetList &targets = GetDebugger().GetTargetList(); in SetLabel()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TargetList.h | 21 class TargetList : public Broadcaster { 32 TargetList(Debugger &debugger); 226 TargetList(const TargetList &) = delete; 227 const TargetList &operator=(const TargetList &) = delete;
|
H A D | Target.h | 496 friend class TargetList;
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 82 using AttrToTargets = std::map<std::string, TargetList>; 84 SmallVector<std::pair<TargetList, std::vector<JSONSymbol>>>; 255 Expected<TargetList> getTargets(const Object *Section) { in getTargets() 260 TargetList IFTargets; in getTargets() 273 Expected<TargetList> getTargetsSection(const Object *Section) { in getTargetsSection() 278 TargetList IFTargets; in getTargetsSection() 381 TargetList &Targets) { in getSymbolSection() 401 TargetList MappedTargets; in getSymbolSection() 442 const TargetList &Targets) { in getLibSection() 448 TargetList MappedTargets; in getLibSection() [all …]
|
H A D | TextStub.cpp | 232 TargetList Targets; 556 TargetList synthesizeTargets(ArchitectureSet Architectures, in synthesizeTargets() 558 TargetList Targets; in synthesizeTargets() 791 std::map<std::string, TargetList> valueToTargetList; in NormalizedTBD_V4() 810 std::set<TargetList> TargetSet; in NormalizedTBD_V4() 811 std::map<const Symbol *, TargetList> SymbolToTargetList; in NormalizedTBD_V4() 813 TargetList Targets(Symbol->targets()); in NormalizedTBD_V4() 944 TargetList Targets; 960 std::set<TargetList> targetSet; in assignTargetsToLibrary() 961 std::map<const InterfaceFileRef *, TargetList> valueToTargetList; in assignTargetsToLibrary() [all …]
|
H A D | SymbolSet.cpp | 20 new (Allocator) Symbol{Kind, Name, TargetList(), Flags}; in addGlobalImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Symbol.h | 81 using TargetList = SmallVector<Target, 5>; variable 98 Symbol(EncodeKind Kind, StringRef Name, TargetList Targets, SymbolFlags Flags) in Symbol() 146 using const_target_iterator = TargetList::const_iterator; 172 TargetList Targets;
|
H A D | InterfaceFile.h | 58 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef() 73 using const_target_iterator = TargetList::const_iterator; 97 TargetList Targets; 168 using const_target_iterator = TargetList::const_iterator; 340 void addSymbol(EncodeKind Kind, StringRef Name, TargetList &&Targets, 430 TargetList Targets;
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | MachO.h | 52 using TargetList = llvm::MachO::TargetList; variable
|
H A D | DylibVerifier.h | 165 TargetList &&Targets = {});
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectQuit.cpp | 42 const TargetList &target_list(debugger_sp->GetTargetList()); in ShouldAskForConfirmation()
|
H A D | CommandObjectTarget.cpp | 138 static uint32_t DumpTargetList(TargetList &target_list, in DumpTargetList() 505 TargetList &target_list = GetDebugger().GetTargetList(); in DoExecute() 588 TargetList &target_list = GetDebugger().GetTargetList(); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 198 TargetList &GetTargetList() { return m_target_list; } in GetTargetList() 701 TargetList m_target_list;
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DylibVerifier.cpp | 170 TargetList &&Targets) { in addSymbol() 820 TargetList DylibTargets; in verifyBinaryAttrs() 987 TargetList Targets; in takeExports()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 234 class TargetList; variable
|
/freebsd/lib/clang/liblldb/ |
H A D | Makefile | 663 SRCS+= Target/TargetList.cpp
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9516 static void appendFlattenedStmtList(SmallVectorImpl<Stmt *> &TargetList, in appendFlattenedStmtList() argument 9523 llvm::append_range(TargetList, CS->body()); in appendFlattenedStmtList() 9525 TargetList.push_back(Item); in appendFlattenedStmtList()
|