Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCAsmInfoWasm.cpp22 WeakRefDirective = "\t.weak\t"; in MCAsmInfoWasm()
HDMCAsmInfoELF.cpp33 WeakRefDirective = "\t.weak\t"; in MCAsmInfoELF()
HDMCAsmInfoCOFF.cpp28 WeakRefDirective = "\t.weak\t"; in MCAsmInfoCOFF()
HDMCAsmInfoDarwin.cpp74 WeakRefDirective = "\t.weak_reference "; in MCAsmInfoDarwin()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
HDLanaiMCAsmInfo.cpp25 WeakRefDirective = "\t.weak\t"; in LanaiMCAsmInfo()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
HDBPFMCAsmInfo.h28 WeakRefDirective = "\t.weak\t"; in BPFMCAsmInfo()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCAsmInfo.cpp92 WeakRefDirective = "\t.weak\t"; in AArch64MCAsmInfoELF()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h417 const char *WeakRefDirective = nullptr; variable
749 const char *getWeakRefDirective() const { return WeakRefDirective; } in getWeakRefDirective()