Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp65 static const MCSection *GetFixupSection(const MCExpr *Expr) { in GetFixupSection() function
73 auto SectionLHS = GetFixupSection(BinOp->getLHS()); in GetFixupSection()
74 auto SectionRHS = GetFixupSection(BinOp->getRHS()); in GetFixupSection()
79 return GetFixupSection(UnOp->getSubExpr()); in GetFixupSection()
110 GetFixupSection(Fixup.getValue()))) { in getRelocType()