Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h517 bool parseGlobalObjectMetadataAttachment(GlobalObject &GO);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1192 if (parseGlobalObjectMetadataAttachment(*GV)) in parseGlobal()
1912 bool LLParser::parseGlobalObjectMetadataAttachment(GlobalObject &GO) { in parseGlobalObjectMetadataAttachment() function in LLParser
1926 if (parseGlobalObjectMetadataAttachment(F)) in parseOptionalFunctionMetadata()