Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/
DBlackfinMCAsmInfo.cpp21 HasSetDirective = false; in BlackfinMCAsmInfo()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/
DAlphaMCAsmInfo.cpp22 HasSetDirective = false; in AlphaMCAsmInfo()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
DPTXMCAsmInfo.cpp30 HasSetDirective = false; in PTXMCAsmInfo()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h248 bool HasSetDirective; // Defaults to true. variable
514 bool hasSetDirective() const { return HasSetDirective; } in hasSetDirective()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmInfo.cpp73 HasSetDirective = true; in MCAsmInfo()