Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp697 const auto &FixupTable = State.Extended ? ExtFixups : StdFixups; in getExprOpValue() local
699 auto FindVK = FixupTable.find(VarKind); in getExprOpValue()
700 if (FindVK != FixupTable.end()) in getExprOpValue()