Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp65 std::string getFlagName(DISubprogram &SP, bool UseX86FastCall) { in getFlagName() argument
98 return (UseX86FastCall ? "_" : "__") + in getFlagName()
127 Function *createDefaultCheckFunction(Module &M, bool UseX86FastCall) { in createDefaultCheckFunction() argument
130 UseX86FastCall ? "_JustMyCode_Default" : "__JustMyCode_Default"; in createDefaultCheckFunction()
137 if (UseX86FastCall) in createDefaultCheckFunction()
153 bool UseX86FastCall = IsMSVC && ModuleTriple.getArch() == Triple::x86; in runOnModule() local
167 std::string FlagName = getFlagName(*SP, UseX86FastCall); in runOnModule()
185 createDefaultCheckFunction(M, UseX86FastCall); in runOnModule()
198 if (UseX86FastCall) { in runOnModule()
225 if (UseX86FastCall) { in runOnModule()