Searched refs:handledDocTag (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lld/include/lld/Core/ | ||
D | Reader.h | 73 virtual bool handledDocTag(llvm::yaml::IO &io, const lld::File *&f) const = 0; |
/external/llvm-project/lld/lib/Core/ | ||
D | Reader.cpp | 65 if (h->handledDocTag(io, file)) in handleTaggedDoc() |
/external/llvm-project/lld/lib/ReaderWriter/MachO/ | ||
D | MachONormalizedFile.h | 328 bool handledDocTag(llvm::yaml::IO &io, const lld::File *&file) const override; |
D | MachONormalizedFileYAML.cpp | 754 bool MachOYamlIOTaggedDocumentHandler::handledDocTag(llvm::yaml::IO &io, in handledDocTag() function in lld::mach_o::MachOYamlIOTaggedDocumentHandler |
/external/llvm-project/lld/lib/ReaderWriter/YAML/ | ||
D | ReaderWriterYAML.cpp | 1329 bool handledDocTag(llvm::yaml::IO &io, const lld::File *&file) const override { in handledDocTag() function in lld::__anona65911ac0211::NativeYamlIOTaggedDocumentHandler |