Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h686 void setAllowAtInName(bool V) { AllowAtInName = V; } in setAllowAtInName() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp162 AsmInfo->setAllowAtInName(true); in createBinaryContext()