Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h587 bool parseGlobalObjectMetadataAttachment(GlobalObject &GO);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1474 if (parseGlobalObjectMetadataAttachment(*GV)) in parseGlobal()
2333 bool LLParser::parseGlobalObjectMetadataAttachment(GlobalObject &GO) { in parseGlobalObjectMetadataAttachment() function in LLParser
2347 if (parseGlobalObjectMetadataAttachment(F)) in parseOptionalFunctionMetadata()