Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbols.h49 struct StringRefZ { struct
50 StringRefZ(const char *S) : Data(S), Size(-1) {} in StringRefZ() function
51 StringRefZ(StringRef S) : Data(S.data()), Size(S.size()) {} in StringRefZ() argument
181 Symbol(Kind K, InputFile *File, StringRefZ Name, uint8_t Binding, in Symbol()
224 Defined(InputFile *File, StringRefZ Name, uint8_t Binding, uint8_t StOther, in Defined()
238 Undefined(InputFile *File, StringRefZ Name, uint8_t Binding, uint8_t StOther, in Undefined()
H A DInputFiles.cpp793 StringRefZ Name = this->StringTable.data() + Sym->st_name; in createSymbol()