Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h138 const char *Code64Directive; // Defaults to ".code64" variable
476 return Code64Directive; in getCode64Directive()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h155 const char *Code64Directive; variable
490 const char *getCode64Directive() const { return Code64Directive; } in getCode64Directive()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h150 const char *Code64Directive; variable
508 const char *getCode64Directive() const { return Code64Directive; } in getCode64Directive()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmInfo.cpp43 Code64Directive = ".code64"; in MCAsmInfo()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmInfo.cpp48 Code64Directive = ".code64"; in MCAsmInfo()
/external/llvm/lib/MC/
DMCAsmInfo.cpp50 Code64Directive = ".code64"; in MCAsmInfo()