Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp988 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in CreateRelocationSections() local
989 RelaSectionName += SectionName; in CreateRelocationSections()
998 Ctx.getELFSection(RelaSectionName, hasRelocationAddend() ? in CreateRelocationSections()