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.cpp77 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
78 if (UseRelocs) { in MCDwarfLineStr()
401 if (UseRelocs) { in emitRef()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h57 bool UseRelocs = false; variable