Searched refs:StringRefZ (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Symbols.h | 24 struct StringRefZ { struct 25 StringRefZ(const char *s) : data(s), size(-1) {} in StringRefZ() function 26 StringRefZ(StringRef s) : data(s.data()), size(s.size()) {} in StringRefZ() argument 99 Symbol(Kind k, StringRefZ name, InputFile *file) in Symbol() 119 Defined(StringRefZ name, InputFile *file, InputSection *isec, uint64_t value, 209 Undefined(StringRefZ name, InputFile *file, RefState refState, in Undefined() 241 CommonSymbol(StringRefZ name, InputFile *file, uint64_t size, uint32_t align, in CommonSymbol() 258 DylibSymbol(DylibFile *file, StringRefZ name, bool isWeakDef, in DylibSymbol()
|
H A D | Symbols.cpp | 55 Defined::Defined(StringRefZ name, InputFile *file, InputSection *isec, in Defined()
|