Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp81 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
82 if (UseRelocs) { in MCDwarfLineStr()
362 if (UseRelocs) { in emitRef()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h56 bool UseRelocs = false; variable