Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp788 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel"; in createRelocationSection() local
789 RelaSectionName += SectionName; in createRelocationSection()
802 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()