Searched refs:TrapFuncName (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp74 CGOPT(std::string, TrapFuncName)
319 static cl::opt<std::string> TrapFuncName(
323 CGBINDOPT(TrapFuncName);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h223 std::string TrapFuncName; member in class:clang::CodeGenOptions
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3498 if (!CGM.getCodeGenOpts().TrapFuncName.empty()) {
3500 CGM.getCodeGenOpts().TrapFuncName);
3522 if (!CGM.getCodeGenOpts().TrapFuncName.empty()) {
3524 CGM.getCodeGenOpts().TrapFuncName);
H A DCGCall.cpp1770 if (!CodeGenOpts.TrapFuncName.empty())
1771 FuncAttrs.addAttribute("trap-func-name", CodeGenOpts.TrapFuncName);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6663 StringRef TrapFuncName = local
6667 if (TrapFuncName.empty()) {
6697 DAG.getExternalSymbol(TrapFuncName.data(),

Completed in 435 milliseconds