Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h239 bool AllowTemporaryLabels = true; variable
456 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp181 AllowTemporaryLabels = true; in reset()
274 if (AllowTemporaryLabels && !IsTemporary) in createSymbol()