Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp65 std::string getFlagName(DISubprogram &SP, bool UseX86FastCall) { in getFlagName()
127 Function *createDefaultCheckFunction(Module &M, bool UseX86FastCall) { in createDefaultCheckFunction()
153 bool UseX86FastCall = IsMSVC && ModuleTriple.getArch() == Triple::x86; in runOnModule() local