Searched refs:hasRelocationAddend (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h80 bool hasRelocationAddend() const { return HasRelocationAddend; } function in class:llvm::MCELFObjectTargetWriter
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp129 bool hasRelocationAddend() const { function in class:__anon11928::ELFObjectWriter
130 return TargetObjectWriter->hasRelocationAddend();
570 if (!hasRelocationAddend())
691 if (hasRelocationAddend()) {
952 std::string RelaSectionName = hasRelocationAddend() ? ".rela" : ".rel";
956 if (hasRelocationAddend())
966 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL,
1080 if (hasRelocationAddend())
1089 if (hasRelocationAddend())

Completed in 84 milliseconds