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

/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCObjectWriter.cpp37 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, SB, InSet);
40 bool MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl( function in class:MCObjectWriter
43 return isSymbolRefDifferenceFullyResolvedImpl(Asm, A, *B.getFragment(), InSet,
47 bool MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl( function in class:MCObjectWriter
H A DMachObjectWriter.cpp666 bool MachObjectWriter::isSymbolRefDifferenceFullyResolvedImpl( function in class:MachObjectWriter
674 return MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl(Asm, A, B,
678 bool MachObjectWriter::isSymbolRefDifferenceFullyResolvedImpl( function in class:MachObjectWriter
H A DWinCOFFObjectWriter.cpp208 bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
679 bool WinCOFFObjectWriter::isSymbolRefDifferenceFullyResolvedImpl( function in class:WinCOFFObjectWriter
691 return MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl(Asm, SymA, FB,
H A DELFObjectWriter.cpp245 bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
1522 bool ELFObjectWriter::isSymbolRefDifferenceFullyResolvedImpl( function in class:ELFObjectWriter
1532 return MCObjectWriter::isSymbolRefDifferenceFullyResolvedImpl(Asm, SymA, FB,
H A DMCAssembler.cpp249 Writer->isSymbolRefDifferenceFullyResolvedImpl(
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectWriter.h81 virtual bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
86 virtual bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
H A DMCMachObjectWriter.h256 bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
261 bool isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm,
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp523 bool IsResolved = Writer->isSymbolRefDifferenceFullyResolvedImpl(

Completed in 207 milliseconds