Searched refs:hasSecRelSymbolRef (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp267 static bool hasSecRelSymbolRef(const MCExpr *Expr) { function in class:__anon5421::X86MCCodeEmitter
327 if (hasSecRelSymbolRef(Expr)) {
332 if (hasSecRelSymbolRef(Bin->getLHS()) ||
333 hasSecRelSymbolRef(Bin->getRHS())) {

Completed in 112 milliseconds