Searched refs:getTargetHooks (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp1900 getTargetHooks().adjustInlineAsmType(*this, OutputConstraint,
1924 getTargetHooks().adjustInlineAsmType(*this, OutputConstraint,
1998 getTargetHooks().adjustInlineAsmType(*this, InputConstraint,
H A DCGBuiltin.cpp827 Value *Result = getTargetHooks().decodeReturnAddress(*this, Address);
832 Value *Result = getTargetHooks().encodeReturnAddress(*this, Address);
838 int Column = getTargetHooks().getDwarfEHStackPointer(CGM);
847 if (getTargetHooks().initDwarfEHRegSizeTable(*this, Address))
893 if (getTargetHooks().extendPointerWithSExt())
H A DCodeGenFunction.h2900 const TargetCodeGenInfo &getTargetHooks() const { function in class:clang::CodeGen::CodeGenFunction

Completed in 138 milliseconds