Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1083 std::optional<std::string> ExpandedValue; in expandMacros() local
1087 ExpandedValue = in expandMacros()
1099 ExpandedValue = Res; in expandMacros()
1102 ExpandedValue = VarIt->getValue().TextValue; in expandMacros()
1105 if (!ExpandedValue) in expandMacros()
1108 MemoryBuffer::getMemBufferCopy(*ExpandedValue, "<instantiation>"); in expandMacros()