Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h524 bool ParseGlobalObjectMetadataAttachment(GlobalObject &GO);
H A DLLParser.cpp1092 if (ParseGlobalObjectMetadataAttachment(*GV)) in ParseGlobal()
1995 bool LLParser::ParseGlobalObjectMetadataAttachment(GlobalObject &GO) { in ParseGlobalObjectMetadataAttachment() function in LLParser
2009 if (ParseGlobalObjectMetadataAttachment(F)) in ParseOptionalFunctionMetadata()