Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargets.cpp838 virtual const char *getClobbers() const { in getClobbers() function in __anon5a1c6a310311::PPCTargetInfo
1303 virtual const char *getClobbers() const { in getClobbers() function in __anon5a1c6a310811::NVPTXTargetInfo
1437 virtual const char * getClobbers() const { in getClobbers() function in __anon5a1c6a310911::R600TargetInfo
1773 virtual const char *getClobbers() const { in getClobbers() function in __anon5a1c6a310a11::X86TargetInfo
3326 virtual const char *getClobbers() const { in getClobbers() function in __anon5a1c6a311d11::AArch64TargetInfo
3820 virtual const char *getClobbers() const { in getClobbers() function in __anon5a1c6a311e11::ARMTargetInfo
3967 virtual const char *getClobbers() const { in getClobbers() function in __anon5a1c6a312011::HexagonTargetInfo
4134 virtual const char *getClobbers() const { in getClobbers() function in __anon5a1c6a312111::SparcTargetInfo
4310 virtual const char *getClobbers() const { in getClobbers() function in __anon5a1c6a312311::SystemZTargetInfo
4421 virtual const char *getClobbers() const { in getClobbers() function in __anon5a1c6a312411::MSP430TargetInfo
[all …]
/external/clang/include/clang/Basic/
DTargetInfo.h554 virtual const char *getClobbers() const = 0;
/external/clang/include/clang/AST/
DStmt.h1743 ArrayRef<StringRef> getClobbers() const { in getClobbers() function
1751 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber()
/external/clang/lib/CodeGen/
DCGStmt.cpp1694 std::string MachineClobbers = getTarget().getClobbers(); in EmitAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h5770 S->getAllConstraints(), S->getClobbers(), in TransformMSAsmStmt()