Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp72 std::string getFlagName(DISubprogram &SP, bool UseX86FastCall) { in getFlagName() argument
105 return (UseX86FastCall ? "_" : "__") + in getFlagName()
134 Function *createDefaultCheckFunction(Module &M, bool UseX86FastCall) { in createDefaultCheckFunction() argument
137 UseX86FastCall ? "_JustMyCode_Default" : "__JustMyCode_Default"; in createDefaultCheckFunction()
144 if (UseX86FastCall) in createDefaultCheckFunction()
160 bool UseX86FastCall = IsMSVC && ModuleTriple.getArch() == Triple::x86; in runImpl() local
174 std::string FlagName = getFlagName(*SP, UseX86FastCall); in runImpl()
192 createDefaultCheckFunction(M, UseX86FastCall); in runImpl()
205 if (UseX86FastCall) { in runImpl()
232 if (UseX86FastCall) { in runImpl()