Home
last modified time | relevance | path

Searched defs:SymbolListTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h59 using SymbolListTy = std::vector<std::pair<MCSymbol *, StubValueTy>>; variable
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h228 SymbolListTy Symbols; typedef