Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h529 bool parseGlobalObjectMetadataAttachment(GlobalObject &GO);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1266 if (parseGlobalObjectMetadataAttachment(*GV)) in parseGlobal()
2004 bool LLParser::parseGlobalObjectMetadataAttachment(GlobalObject &GO) { in parseGlobalObjectMetadataAttachment() function in LLParser
2018 if (parseGlobalObjectMetadataAttachment(F)) in parseOptionalFunctionMetadata()