Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp810 : _file(fileFromContext(io)), _contentType(), _alignment(1) { in NormalizedAtom()
816 : _file(fileFromContext(io)), _name(atom->name()), in NormalizedAtom()
858 const lld::File &fileFromContext(IO &io) { in fileFromContext() function in llvm::yaml::MappingTraits::NormalizedAtom
1000 : _file(fileFromContext(io)), _canBeNull(canBeNullNever) {} in NormalizedAtom()
1003 : _file(fileFromContext(io)), _name(atom->name()), in NormalizedAtom()
1024 const lld::File &fileFromContext(IO &io) { in fileFromContext() function in llvm::yaml::MappingTraits::NormalizedAtom
1064 : _file(fileFromContext(io)), _canBeNull(false), in NormalizedAtom()
1068 : _file(fileFromContext(io)), _name(atom->name()), in NormalizedAtom()
1093 const lld::File &fileFromContext(IO &io) { in fileFromContext() function in llvm::yaml::MappingTraits::NormalizedAtom
1142 : _file(fileFromContext(io)), _scope(), _value(0) {} in NormalizedAtom()
[all …]