Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp260 typedef std::vector<std::tuple<uint64_t, StringRef, uint8_t>> SectionSymbolsTy; typedef
1194 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols()
1224 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols()
1312 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in DisassembleObject()
1313 SectionSymbolsTy AbsoluteSymbols; in DisassembleObject()
1382 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in DisassembleObject()
1396 SectionSymbolsTy &Symbols = AllSymbols[Section]; in DisassembleObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp891 using SectionSymbolsTy = std::vector<SymbolInfoTy>; in tryAddingSymbolicOperand() typedef
897 auto *Symbols = static_cast<SectionSymbolsTy *>(DisInfo); in tryAddingSymbolicOperand()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1003 typedef std::vector<std::pair<uint64_t, StringRef>> SectionSymbolsTy; in DisassembleObject() typedef
1004 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in DisassembleObject()
1059 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in DisassembleObject()
1072 SectionSymbolsTy &Symbols = AllSymbols[Section]; in DisassembleObject()