Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargets.cpp982 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70211::PPCTargetInfo
1593 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70211::NVPTXTargetInfo
1727 const char * getClobbers() const override { in getClobbers() function in __anond4862fe70211::R600TargetInfo
2182 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70211::X86TargetInfo
4568 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70411::ARMTargetInfo
5024 const char *getClobbers() const override { return ""; } in getClobbers() function in __anond4862fe70411::AArch64TargetInfo
5205 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70411::HexagonTargetInfo
5371 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70411::SparcTargetInfo
5555 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70411::SystemZTargetInfo
5697 const char *getClobbers() const override { in getClobbers() function in __anond4862fe70411::MSP430TargetInfo
[all …]
/external/clang/include/clang/Basic/
DTargetInfo.h648 virtual const char *getClobbers() const = 0;
/external/clang/include/clang/AST/
DStmt.h1796 ArrayRef<StringRef> getClobbers() const { in getClobbers() function
1804 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber()
/external/clang/lib/CodeGen/
DCGStmt.cpp2033 std::string MachineClobbers = getTarget().getClobbers(); in EmitAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h6174 S->getAllConstraints(), S->getClobbers(), in TransformMSAsmStmt()