Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp80 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
81 if (UseRelocs) in MCDwarfLineStr()
354 if (UseRelocs) { in emitRef()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h56 bool UseRelocs = false; variable