Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.h55 LLVM_ABI bool getCrel();
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp185 Options.Crel = getCrel(); in InitMCTargetOptionsFromFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h462 Elf_Crel getCrel(DataRefImpl Crel) const;
1111 symbolIdx = getCrel(Rel).r_symidx; in getRelocationSymbol()
1130 return getCrel(Rel).r_offset; in getRelocationOffset()
1141 return getCrel(Rel).r_type; in getRelocationType()
1166 return (int64_t)getCrel(Rel).r_addend; in getRelocationAddend()
1192 ELFObjectFile<ELFT>::getCrel(DataRefImpl Crel) const { in getCrel() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp115 auto ERela = Obj->getCrel(Rel); in getRelocationValueString()