Searched refs:SectionSymbolsTy (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/tools/llvm-profgen/ |
D | ProfiledBinary.cpp | 169 SectionSymbolsTy &Symbols, in dissassembleSymbol() 277 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassemble() 288 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in disassemble() 322 SectionSymbolsTy &Symbols = AllSymbols[Section]; in disassemble()
|
D | ProfiledBinary.h | 142 SectionSymbolsTy &Symbols, const SectionRef &Section);
|
/external/llvm-project/llvm/include/llvm/MC/MCDisassembler/ |
D | MCDisassembler.h | 66 using SectionSymbolsTy = std::vector<SymbolInfoTy>; variable
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1355 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() 1382 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols() 1397 std::map<SectionRef, SectionSymbolsTy> &AllSymbols, in addPltEntries() 1664 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in disassembleObject() 1665 SectionSymbolsTy AbsoluteSymbols; in disassembleObject() 1750 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in disassembleObject() 1776 SectionSymbolsTy &Symbols = AllSymbols[Section]; in disassembleObject() 2035 std::vector<const SectionSymbolsTy *> TargetSectionSymbols; in disassembleObject() 2062 for (const SectionSymbolsTy *TargetSymbols : in disassembleObject()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1003 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 1206 using SectionSymbolsTy = std::vector<SymbolInfoTy>; in tryAddingSymbolicOperand() typedef 1212 auto *Symbols = static_cast<SectionSymbolsTy *>(DisInfo); in tryAddingSymbolicOperand()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 1597 auto *Symbols = static_cast<SectionSymbolsTy *>(DisInfo); in tryAddingSymbolicOperand()
|