Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmBackend.h58 virtual bool allowEnhancedRelaxation() const { return false; } in allowEnhancedRelaxation() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp162 bool allowEnhancedRelaxation() const override;
380 bool X86AsmBackend::allowEnhancedRelaxation() const { in allowEnhancedRelaxation() function in X86AsmBackend
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp440 Backend.allowEnhancedRelaxation())) { in emitInstructionImpl()