Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h184 bool AllowTemporaryLabels = true; variable
301 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp111 AllowTemporaryLabels = true; in reset()
178 if (AllowTemporaryLabels && !IsTemporary) in createSymbol()