Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h589 bool parseGlobalObjectMetadataAttachment(GlobalObject &GO);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1390 if (parseGlobalObjectMetadataAttachment(*GV)) in parseGlobal()
2221 bool LLParser::parseGlobalObjectMetadataAttachment(GlobalObject &GO) { in parseGlobalObjectMetadataAttachment() function in LLParser
2235 if (parseGlobalObjectMetadataAttachment(F)) in parseOptionalFunctionMetadata()