Home
last modified time | relevance | path

Searched defs:EFI_NO_TAIL_CALL (Results 1 – 1 of 1) sorted by relevance

/DragonStub/inc/
H A Deficompiler.h22 #define EFI_NO_TAIL_CALL macro
25 #define EFI_NO_TAIL_CALL __attribute__((disable_tail_calls)) macro
27 #define EFI_NO_TAIL_CALL __attribute__((optimize("no-optimize-sibling-calls"))) macro