Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCContext.h104 bool AllowTemporaryLabels; variable
128 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCContext.cpp36 AllowTemporaryLabels(true) { in MCContext()
84 if (AllowTemporaryLabels) in CreateSymbol()
/external/llvm/lib/MC/
DMCContext.cpp51 AllowTemporaryLabels(true), DwarfCompileUnitID(0), in MCContext()
102 AllowTemporaryLabels = true; in reset()
179 if (AllowTemporaryLabels && !IsTemporary) in createSymbol()
/external/llvm/include/llvm/MC/
DMCContext.h176 bool AllowTemporaryLabels; variable
255 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h184 bool AllowTemporaryLabels = true; variable
305 void setAllowTemporaryLabels(bool Value) { AllowTemporaryLabels = Value; } in setAllowTemporaryLabels()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp111 AllowTemporaryLabels = true; in reset()
178 if (AllowTemporaryLabels && !IsTemporary) in createSymbol()