Searched refs:AllSymbols (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | HeaderSourceSwitchTests.cpp | 117 SymbolSlab::Builder AllSymbols; in TEST() local 124 AllSymbols.insert(Sym); in TEST() 137 AllSymbols.insert(Sym); in TEST() 138 auto Index = MemIndex::build(std::move(AllSymbols).build(), {}, {}); in TEST()
|
/external/llvm-project/llvm/tools/llvm-profgen/ |
D | ProfiledBinary.cpp | 277 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassemble() local 284 AllSymbols[*SecI].push_back(SymbolInfoTy(Addr, Name, ELF::STT_NOTYPE)); in disassemble() 288 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in disassemble() 322 SectionSymbolsTy &Symbols = AllSymbols[Section]; in disassemble()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | FileIndex.cpp | 285 std::vector<const Symbol *> AllSymbols; in buildIndex() local 310 AllSymbols.push_back(&SymsStorage.back()); in buildIndex() 321 AllSymbols.push_back(&Sym); in buildIndex() 374 llvm::make_pointee_range(AllSymbols), std::move(AllRefs), in buildIndex() 381 llvm::make_pointee_range(AllSymbols), std::move(AllRefs), in buildIndex()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1355 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument 1376 AllSymbols[*SecI].emplace_back(Address, Name, SymbolType); in addDynamicElfSymbols() 1382 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() argument 1385 addDynamicElfSymbols(Elf32LEObj, AllSymbols); in addDynamicElfSymbols() 1387 addDynamicElfSymbols(Elf64LEObj, AllSymbols); in addDynamicElfSymbols() 1389 addDynamicElfSymbols(Elf32BEObj, AllSymbols); in addDynamicElfSymbols() 1391 addDynamicElfSymbols(Elf64BEObj, AllSymbols); in addDynamicElfSymbols() 1397 std::map<SectionRef, SectionSymbolsTy> &AllSymbols, in addPltEntries() argument 1418 AllSymbols[*Plt].emplace_back( in addPltEntries() 1664 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassembleObject() local [all …]
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1004 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in DisassembleObject() local 1021 AllSymbols[*SecI].emplace_back(Address, *Name); in DisassembleObject() 1053 AllSymbols[Sec->second].emplace_back(VA, Name); in DisassembleObject() 1059 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in DisassembleObject() 1072 SectionSymbolsTy &Symbols = AllSymbols[Section]; in DisassembleObject() 1242 TargetSectionSymbols = &AllSymbols[SectionAddress->second]; in DisassembleObject()
|